-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autodocking to default robot launch (#28)
Also update package.xml
- Loading branch information
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|