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

GZ to ROS topic bridge #114

Open
wants to merge 2 commits into
base: jazzy
Choose a base branch
from
Open

GZ to ROS topic bridge #114

wants to merge 2 commits into from

Conversation

anikk94
Copy link

@anikk94 anikk94 commented Jan 26, 2025

  1. Gazebo simulation (gz sim) can not communicate properly with other ros2 components like rviz and moveit because of missing clock/synchronization data.

This is the warning that shows the problem.

[gazebo-5] [WARN] [1737862214.636185121] [controller_manager]: No clock received, using time argument instead! Check 
your node's clock configuration (use_sim_time parameter) and if a valid clock source is available

Added ros to gz topic bridge node as per gazebo documentation.

  1. One more change to xarm_controller to fix build failure caused by ros2control upstream change. Missing reference causes build failure. Reference removed based on similar action taken by this clearpath robotics package as seen here: clearpathrobotics/clearpath_robot@4a51281

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

Successfully merging this pull request may close these issues.

1 participant