You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source or binary build?
Source, humble branch, a348c07
Description
Expected behavior: Successful message transfer
Actual behavior: Warning of failure. When running Gazebo only the timestamp is visible and all other fields are empty.
Steps to reproduce
ros2 run ros_gz_bridge parameter_bridge /my/joint_states@std_msgs/msg/[email protected]
Output
ros_gz_bridge]: Creating GZ->ROS Bridge: [/my/joint_states (gz.msgs.Model) -> /my/joint_states (std_msgs/msg/JointState)] (Lazy 0) [WARN] [1717448826.963089241] [ros_gz_bridge]: Failed to create a bridge for topic [/my/joint_states] with ROS2 type [std_msgs/msg/JointState] to topic [/my/joint_states] with Gazebo Transport type [gz.msgs.Model]
The text was updated successfully, but these errors were encountered:
The JointState message is in sensor_msgs not std_msgs, so your command should be ros2 run ros_gz_bridge parameter_bridge /my/joint_states@sensor_msgs/msg/[email protected]. I'll go ahead and close this, but feel free to reopen if you still the issue.
Environment
Source, humble branch, a348c07
Description
Steps to reproduce
ros2 run ros_gz_bridge parameter_bridge /my/joint_states@std_msgs/msg/[email protected]
Output
ros_gz_bridge]: Creating GZ->ROS Bridge: [/my/joint_states (gz.msgs.Model) -> /my/joint_states (std_msgs/msg/JointState)] (Lazy 0) [WARN] [1717448826.963089241] [ros_gz_bridge]: Failed to create a bridge for topic [/my/joint_states] with ROS2 type [std_msgs/msg/JointState] to topic [/my/joint_states] with Gazebo Transport type [gz.msgs.Model]
The text was updated successfully, but these errors were encountered: