Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Nov 22, 2024
1 parent 76aae13 commit 09ea110
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 5 additions & 11 deletions ros_gz_sim_demos/config/gpu_lidar.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# GPU lidar configuration.
- ros_topic_name: "/lidar"
gz_topic_name: "/lidar"
- topic_name: "/lidar"
ros_type_name: "sensor_msgs/msg/LaserScan"
gz_type_name: "gz.msgs.LaserScan"
subscriber_queue: 5
publisher_queue: 6
lazy: false
lazy: true
direction: GZ_TO_ROS

- ros_topic_name: "/lidar/points"
gz_topic_name: "/lidar/points"
- topic_name: "/lidar/points"
ros_type_name: "sensor_msgs/msg/PointCloud2"
gz_type_name: "gz.msgs.PointCloudPacked"
subscriber_queue: 5
publisher_queue: 6
lazy: false
direction: GZ_TO_ROS
lazy: true
direction: GZ_TO_ROS
10 changes: 8 additions & 2 deletions ros_gz_sim_demos/launch/gpu_lidar_bridge.launch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<launch>
<gz_server world_sdf_file="gpu_lidar_sensor.sdf" use_composition="True" create_own_container="True" />
<ros_gz_bridge bridge_name="ros_gz_bridge" config_file="$(find-pkg-share ros_gz_sim_demos)/config/gpu_lidar.yaml" use_composition="True" />
<gz_server
world_sdf_file="gpu_lidar_sensor.sdf"
use_composition="True"
create_own_container="True" />
<ros_gz_bridge
bridge_name="ros_gz_bridge"
config_file="$(find-pkg-share ros_gz_sim_demos)/config/gpu_lidar.yaml"
use_composition="True" />
<node pkg="rviz2" exec="rviz2" args="-d $(find-pkg-share ros_gz_sim_demos)/rviz/gpu_lidar_bridge.rviz" />
<executable cmd="gz sim -g" />
</launch>

0 comments on commit 09ea110

Please sign in to comment.