https://github.com/zebradevs/fetch_open_auto_dock
An open-source version of the Fetch charge docking system.
https://github.com/zebradevs/fetch_open_auto_dock
melodic open-source
Last synced: 10 months ago
JSON representation
An open-source version of the Fetch charge docking system.
- Host: GitHub
- URL: https://github.com/zebradevs/fetch_open_auto_dock
- Owner: ZebraDevs
- License: lgpl-3.0
- Created: 2018-08-18T19:10:54.000Z (almost 8 years ago)
- Default Branch: melodic-devel
- Last Pushed: 2021-10-19T07:53:35.000Z (over 4 years ago)
- Last Synced: 2025-04-06T01:51:12.884Z (about 1 year ago)
- Topics: melodic, open-source
- Language: C++
- Size: 57.6 KB
- Stars: 66
- Watchers: 30
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# Auto Docking for Fetch
Offers two actions:
* dock - Used to dock the robot.
* undock - Used to undock the robot (by backing up), optionally
can rotate the robot 180 degrees so it is pointing off the dock
See the .action files and the scripts folder for documentation
of the action parameters and examples of calling the actions.
# Future Work
* Improve perception and/or controls to avoid hard docks.
* Add logic to avoid trying to dock and undock at same time.
* Add support for use_move_base to get to pre-dock position.