Browse Source

remove unused IMU from demos

The demo launch files started IMU nodes that were
unused, produced warnings, and created problematic tf trees.
With this commit, they no longer start these nodes.
Quick tests of some of the demos indicate that they
work as well as they did before. However, I did not test
hello_world.launch.
pull/24/head
Charlie Kemp 3 years ago
parent
commit
1d56eb3b6a
5 changed files with 0 additions and 40 deletions
  1. +0
    -8
      stretch_demos/launch/clean_surface.launch
  2. +0
    -8
      stretch_demos/launch/grasp_object.launch
  3. +0
    -8
      stretch_demos/launch/handover_object.launch
  4. +0
    -8
      stretch_demos/launch/hello_world.launch
  5. +0
    -8
      stretch_demos/launch/open_drawer.launch

+ 0
- 8
stretch_demos/launch/clean_surface.launch View File

@ -22,14 +22,6 @@
</node>
<!-- -->
<!-- IMU FILTER -->
<include file="$(find stretch_core)/launch/imu_filter.launch" />
<!-- -->
<!-- ROBOT LOCALIZATION FILTER -->
<include file="$(find stretch_core)/launch/stretch_ekf.launch" />
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->

+ 0
- 8
stretch_demos/launch/grasp_object.launch View File

@ -22,14 +22,6 @@
</node>
<!-- -->
<!-- IMU FILTER -->
<include file="$(find stretch_core)/launch/imu_filter.launch" />
<!-- -->
<!-- ROBOT LOCALIZATION FILTER -->
<include file="$(find stretch_core)/launch/stretch_ekf.launch" />
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->

+ 0
- 8
stretch_demos/launch/handover_object.launch View File

@ -21,14 +21,6 @@
</node>
<!-- -->
<!-- IMU FILTER -->
<include file="$(find stretch_core)/launch/imu_filter.launch" />
<!-- -->
<!-- ROBOT LOCALIZATION FILTER -->
<include file="$(find stretch_core)/launch/stretch_ekf.launch" />
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->

+ 0
- 8
stretch_demos/launch/hello_world.launch View File

@ -25,14 +25,6 @@
</node>
<!-- -->
<!-- IMU FILTER -->
<include file="$(find stretch_core)/launch/imu_filter.launch" />
<!-- -->
<!-- ROBOT LOCALIZATION FILTER -->
<include file="$(find stretch_core)/launch/stretch_ekf.launch" />
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->

+ 0
- 8
stretch_demos/launch/open_drawer.launch View File

@ -22,14 +22,6 @@
</node>
<!-- -->
<!-- IMU FILTER -->
<include file="$(find stretch_core)/launch/imu_filter.launch" />
<!-- -->
<!-- ROBOT LOCALIZATION FILTER -->
<include file="$(find stretch_core)/launch/stretch_ekf.launch" />
<!-- -->
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />
<!-- -->

Loading…
Cancel
Save