remove ros_gz from launch by default

add condition related specific simulator Gazebo
This commit is contained in:
Ilya Uraev 2023-12-04 01:11:27 +03:00
parent 4decc40c88
commit ce03b17c48

View file

@ -80,6 +80,7 @@ def generate_launch_description():
'/outer_rgbd_camera/points@sensor_msgs/msg/PointCloud2@gz.msgs.PointCloudPacked'
],
output='screen',
condition=IfCondition(sim_gazebo)
)