-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change first point in trajectory to commanded position #1
Conversation
Ping @wkentaro |
1 similar comment
Ping @wkentaro |
Is this tested with real robot? |
Yes. With master branch of jsk_apc. |
With this PRj, gazebo simulation is not working, joint_trajectory_action do not generate command because of errors,
If we revert following lines, we can solve the problem.
Why you have to use |
|
I've also heard simulator problem like start-jsk/jsk_apc#2106 (comment). |
thank you for information, Yes I just fixed this problem by writing as same code as start-jsk/jsk_apc#2106 (comment) ... |
A robot in gazebo shaking, but the data is clean, need to check on real robot
|
Same as RethinkRobotics#77