Skip to content
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

Double Pendulum Reset #29

Open
Coder9523 opened this issue May 25, 2018 · 0 comments
Open

Double Pendulum Reset #29

Coder9523 opened this issue May 25, 2018 · 0 comments

Comments

@Coder9523
Copy link

I am facing a problem concerning the synchronization between gazebo clock and tf time stamp once the service "Reset Simulation" is called.
So you can reproduce my problem, you have to :
1- launch the simulation by typing in the terminal : roslaunch rrbot_gazebo rrbot_world.launch
2- launch the controllers in another terminal : roslaunch rrbot_control rrbot_control.launch
3- open a third terminal and type : rostopic echo /clock ( you can see the clock has just started counting )
4- type an another terminal : rostopic echo /tf ( you can see the time stamp is following the clock time )
5- once you call the rosservice by typing : rosservice call /gazebo/reset_simulation. you can easily notice a desynchronization between the tf topic and the gazebo clock. the clock resetled to zero after the "reset simulation" whereas the tf time stamp remained equal to the last timestep before reset.

Can anyone help me solve this matter ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant