Skip to content

Commit

Permalink
Update nebula_examples/launch/hesai_offline_bag_pcd.xml
Browse files Browse the repository at this point in the history
update grammar for the descriptions.

Co-authored-by: Max Schmeller <[email protected]>
  • Loading branch information
Owen-Liuyuxuan and mojomex authored Dec 2, 2024
1 parent b37c24f commit 71a8cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nebula_examples/launch/hesai_offline_bag_pcd.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<launch>
<!-- action selection -->
<arg name="output_pcd" default="true" description="determine if write decoded pointclouds to PCD files"/>
<arg name="output_rosbag" default="true" description="determine if write decoded pointclouds to new ROSBag"/>
<arg name="forward_packets_to_rosbag" default="false" description="determine if forward the packets into the ROSBag"/>
<arg name="output_pcd" default="true" description="Whether to output each decoded pointclouds to a PCD file"/>
<arg name="output_rosbag" default="true" description="Whether to output the decoded pointclouds to a new RosBag"/>
<arg name="forward_packets_to_rosbag" default="false" description="Whether to copy the input packets to the output RosBag"/>

<!-- sensor related configuration -->
<arg name="sensor_model" description="Pandar64|Pandar40P|PandarXT32|PandarXT32M|PandarAT128|PandarQT64|Pandar128E4X"/>
Expand Down

0 comments on commit 71a8cd0

Please sign in to comment.