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
The first command works for me. I don't know why you would need a bidirectional bridge for a lidar topic, since data should only be flowing from Gazebo.
Hello, I also followed the instruction given here and I do get the "bad pattern" error when using the unidirectional command [ . For me it also makes sense to implement a unidirectional communication channel for this example, but it only works for me with the @ option. I am using Ubuntu 22.04, ROS Humble and Gazebo Fortress. Recommendation for using Gazebo Fortress from here. Thank you.
In the tutorial for ROS2 humble, section Gazebo, the command for visualizing lidar data in riv2 is:
ros2 run ros_gz_bridge parameter_bridge /lidar2@sensor_msgs/msg/LaserScan[ignition.msgs.LaserScan --ros-args -r /lidar2:=/laser_scan
This command is considered as a "bad pattern". However, the following command works:
ros2 run ros_gz_bridge parameter_bridge /lidar2@sensor_msgs/msg/[email protected] --ros-args -r /lidar2:=/laser_scan
The text was updated successfully, but these errors were encountered: