-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pr2_base_trajectory_action] remove dependency to pr2_controller_msgs #623
Conversation
did you finished
Cc: @chiwunau |
@k-okada Sorry for late response. All has been done. |
@k-okada If this is merged, we can remove pr2 related packages from |
travis failed at |
@k-okada How do you think of it? |
Why you have to disable gazebo test? On Sunday, 10 July 2016, Furushchev [email protected] wrote:
◉ Kei Okada |
@k-okada maybe gazebo's realtime controller does not follow the actual /cmd_vel (slower than command), and it always causes failure of following trajectory in this action server. |
oh, closed wrongly... |
In that case you can send command with large error threshold On Sunday, 10 July 2016, Furushchev [email protected] wrote:
◉ Kei Okada |
@k-okada Yes, we can increase error threshold, but I think it actually does not test anything...just for check if publish /cmd_vel, we dont need gazebo.. |
even so, it is important to check the code actually publish something and ◉ Kei Okada On Sun, Jul 10, 2016 at 10:14 PM, Furushchev [email protected]
|
7a2ec3e
to
b076b10
Compare
@k-okada OK. I added note about this problem to test code and enabled test with broader thresholds. |
7440014
to
1390b12
Compare
68e8a7a
to
2ee4457
Compare
please merge after #644 |
* refactor codes * remove pr2 related packages from dependencies * use control_msgs/FollowJointTrajectoryAction * support feedback message * added test codes * some bugfixes of old codes * checked on real robot * update launch files
2ee4457
to
7bdd1c0
Compare
@k-okada I used pr2eus to test with gazebo, and it does not work until jsk-ros-pkg/jsk_pr2eus#237 is merged.
or.
how do you think of it? I recommend the latter. |
ok, I'll merge jsk-ros-pkg/jsk_pr2eus#237, before that please explain more
Cc:@mmurooka ◉ Kei Okada On Thu, Aug 11, 2016 at 3:42 PM, Furushchev [email protected]
|
@k-okada Sorry for late reply.
in
Is there any robots that uses |
old robots uses |
Why not merge this pull request? If there is problem, please complain. |
@k-okada seems answered at jsk-ros-pkg/jsk_pr2eus#237 |
I think this PR is ok to merge, because it is only base_trajectry_action |
@k-okada Thank you for review and merging! |
What I did
control_msgs/FollowJointTrajectoryAction
instead ofpr2_controller_msgs