-
Notifications
You must be signed in to change notification settings - Fork 525
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
/joint_states return error data when robot collision with object in gazebo #313
Comments
This is to be expected, since the GazeboRosControl is not reset by these changes: |
@bmagyar thanks for your quick reply. It means that the In addition, the joint positions from Thanks in advance! |
|
I'm sorry but you are submitting a whole lot of issues without a clear description of each. They may all boil down to the same underlying issue that's happening. Try to identify what's really wrong first. |
After robot and an object have a collision, and if the joint trajectory controller still sends joint positions to the robot, the
joint_states
will return the wrong data, even if the gazebo world and robot were reset by service call, thejoint_states
still return wrong data, and thejoint_trajectory_controller/state
also return wrong data!And
/joint_states
can't return normal data from the current model state, even if the robot has been moved to another position!/joint_states
:The text was updated successfully, but these errors were encountered: