Skip to content

Commit

Permalink
add INS launcher
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh committed Jul 7, 2024
1 parent 6223367 commit 5de7486
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/drs_launch/launch/component/ins.launch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<launch>
<arg name="launch_driver" default="true" />
<arg name="config" default="0.01" />

<group>
<push-ros-namespace namespace="ins"/>
<group>
<push-ros-namespace namespace="oxts"/>

Check warning on line 8 in src/drs_launch/launch/component/ins.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (oxts)
<include file="$(find-pkg-share oxts)/launch/run.py">

Check warning on line 9 in src/drs_launch/launch/component/ins.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (oxts)
<arg name="interface" value="$(var interface)" />
<arg name="wait_for_init" value="False" />
<arg name="interval_sec" value="$(var receiver_interval_sec)" />
</include>
</group>
</group>
</launch>
5 changes: 5 additions & 0 deletions src/drs_launch/launch/drs_ecu0.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<arg name="launch_driver" value="$(var live_sensor)"/>
</include>

<!-- INS -->
<include file="$(find-pkg-share drs_launch)/launch/component/ins.launch.xml">
<arg name="launch_driver" value="$(var live_sensor)"/>
</include>

<!-- topic monitor -->
<node pkg="ros_topic_monitor" exec="ros_topic_monitor">
<param name="topic_list" value="/opt/drs/record_topics_ecu0.conf"/>
Expand Down
9 changes: 6 additions & 3 deletions src/drs_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>can_interface</exec_depend>
<exec_depend>v4l2_camera</exec_depend>
<exec_depend>sensor_trigger</exec_depend>
<exec_depend>nebula_ros</exec_depend>
<exec_depend>individual_params</exec_depend>
<exec_depend>image_transport</exec_depend>
<exec_depend>nebula_ros</exec_depend>
<exec_depend>oxts</exec_depend>

Check warning on line 16 in src/drs_launch/package.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (oxts)
<exec_depend>pacmod3</exec_depend>
<exec_depend>sensor_trigger</exec_depend>
<exec_depend>tamagawa_imu_driver</exec_depend>
<exec_depend>v4l2_camera</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 5de7486

Please sign in to comment.