Skip to content

Commit

Permalink
add frame_id and sensor_ip as args
Browse files Browse the repository at this point in the history
  • Loading branch information
muraki-t4 committed Oct 16, 2024
1 parent 668c8f7 commit 5543f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nebula_ros/launch/continental_launch_all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<choice value="ARS548" />
<choice value="SRR520" />
</arg>
<arg name="frame_id" />
<arg name="sensor_ip" />
<arg name="launch_hw" default="true" description="Whether to connect to a real sensor (true) or to accept packet messages (false).">
<choice value="true" />
<choice value="false" />
Expand All @@ -19,6 +21,8 @@
<node pkg="nebula_ros" exec="continental_ars548_ros_wrapper_node" name="nebula_continental_ars548" output="screen">
<param from="$(var config_file)" allow_substs="true"/>
<param name="launch_hw" value="$(var launch_hw)"/>
<param name="frame_id" value="$(var frame_id)" />
<param name="sensor_ip" value="$(var sensor_ip)" />
<remap from="/diagnostics" to="diagnostics"/>
<remap from="odometry_input" to="$(var odometry_topic)"/>
<remap from="acceleration_input" to="$(var acceleration_topic)"/>
Expand Down

0 comments on commit 5543f94

Please sign in to comment.