-
Notifications
You must be signed in to change notification settings - Fork 109
Set use_sim_time
through CM NodeOptions
#533
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gz_ros2_control was broken since ros-controls/ros2_control#2046
I have to see why the downstream build jobs there haven't failed.
@Mergifyio backport jazzy |
✅ Backports have been created
|
Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 0e38d95)
Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 0e38d95) Co-authored-by: Sai Kishor Kothakota <[email protected]>
Hi ROS2 Control team, I am currently trying to use gz_ros2_control on Jazzy. Previously I was getting this error:
Which I found was caused by use_sim_time not being set properly:
This change seems to have fixed that issue, but now I am getting these errors:
I will be investigating further... (i am new to gazebo) so not sure the effect. but just letting you guys know I am looking at this right now! best, Zach :) |
Ok it seems the issue is related to: #137 using the bridge to get gazebo to publish to the /clock is likely the fix |
Yay! ok all seems to be working now :) I think the documentation should be updated if bridge is needed for it to work... Reading through this: https://gazebosim.org/docs/latest/ros2_launch_gazebo/ I got the impression it should just work without using bridge.... |
@zacharyyamaoka do you mind contributing a PR by adding this here? The ros2_launch_gazebo doc is not managed by us (but you also can hand in a PR there!) |
Yes I will give it a go! Made a PR here: #549 |
No description provided.