Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Nov 26, 2024
1 parent af77670 commit 04f2e7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nebula_examples/launch/hesai_offline_bag_pcd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<node pkg="nebula_examples" exec="hesai_ros_offline_extract_bag_pcd_node"
name="hesai_cloud" output="screen">
<param from="$(var lidar_parameter_file)"/>
<param name="is_write_to_pcd" value="$(var is_write_to_pcd)"/>
<param name="is_write_to_rosbag" value="$(var is_write_to_rosbag)"/>
<param name="is_write_packets_to_rosbag" value="$(var is_write_packets_to_rosbag)"/>
<param name="sensor_model" value="$(var sensor_model)"/>
<param name="return_mode" value="$(var return_mode)"/>
<param name="frame_id" value="$(var frame_id)"/>
Expand Down

0 comments on commit 04f2e7b

Please sign in to comment.