Skip to content

Commit

Permalink
fix(seyond): remove tutorial files
Browse files Browse the repository at this point in the history
Signed-off-by: David Wong <[email protected]>
  • Loading branch information
drwnz committed May 24, 2024
1 parent b8f9437 commit b8dcea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nebula_ros/launch/seyond.launch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<launch>
<arg name="launch_hw" default="true" />
<arg name="sensor_model" description="Pandar64|Pandar40P|PandarXT32|PandarXT32M|PandarAT128|PandarQT64|PandarQT128|Pandar128E4X"/>
<arg name="sensor_model" description="Falcon|RobinW"/>
<arg name="return_mode" default="Dual" description="See readme for supported return modes"/>
<arg name="frame_id" default="hesai"/>
<arg name="scan_phase" default="0.0" />
Expand Down Expand Up @@ -34,8 +34,8 @@

<let name="rotation_speed" value="200" if="$(eval '\'$(var sensor_model)\' == \'PandarAT128\'')"/>

<node pkg="nebula_ros" exec="tutorial_ros_wrapper_node"
name="nebulka_tutorial" output="screen">
<node pkg="nebula_ros" exec="seyond_ros_wrapper_node"
name="seyond" output="screen">
<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 b8dcea8

Please sign in to comment.