Skip to content

Commit

Permalink
Add autodocking to default robot launch (#28)
Browse files Browse the repository at this point in the history
Also update package.xml
  • Loading branch information
erelson authored Feb 13, 2019
1 parent 0d547bb commit 6e08176
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fetch_bringup/launch/fetch.launch
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<!-- Teleop -->
<include file="$(find fetch_bringup)/launch/include/teleop.launch.xml" />

<!-- Autodocking -->
<include file="$(find fetch_open_auto_dock)/launch/auto_dock.launch" />

<!-- Software Runstop -->
<include file="$(find fetch_bringup)/launch/include/runstop.launch.xml">
<arg name="flags" value="-a -b -g" />
Expand Down
4 changes: 3 additions & 1 deletion fetch_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
Bringup for fetch
</description>
<author>Michael Ferguson</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Eric Relson</maintainer>
<maintainer email="[email protected]">Fetch Robotics Open Source Team</maintainer>
<license>Proprietary</license>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>depth_image_proc</run_depend>
<run_depend>diagnostic_aggregator</run_depend>
<run_depend>fetch_description</run_depend>
<run_depend>fetch_drivers</run_depend>
<run_depend>fetch_open_auto_dock</run_depend>
<run_depend>fetch_teleop</run_depend>
<run_depend>graft</run_depend>
<run_depend>image_proc</run_depend>
Expand Down
3 changes: 3 additions & 0 deletions freight_bringup/launch/freight.launch
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<!-- Teleop -->
<include file="$(find freight_bringup)/launch/include/teleop.launch.xml" />

<!-- Autodocking -->
<include file="$(find fetch_open_auto_dock)/launch/auto_dock.launch" />

<!-- Diagnostics Aggregator -->
<include file="$(find freight_bringup)/launch/include/aggregator.launch.xml" />

Expand Down
4 changes: 3 additions & 1 deletion freight_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
Bringup for freight
</description>
<author>Michael Ferguson</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Eric Relson</maintainer>
<maintainer email="[email protected]">Fetch Robotics Open Source Team</maintainer>
<license>Proprietary</license>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>diagnostic_aggregator</run_depend>
<run_depend>fetch_description</run_depend>
<run_depend>fetch_drivers</run_depend>
<run_depend>fetch_open_auto_dock</run_depend>
<run_depend>fetch_teleop</run_depend>
<run_depend>graft</run_depend>
<run_depend>joy</run_depend>
Expand Down

0 comments on commit 6e08176

Please sign in to comment.