Interbotix / interbotix_ros_rovers

ROS Packages for Interbotix Rovers
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

Add auto_docking example script & dock launch arg #1

Closed lukeschmitt-tr closed 3 years ago

lukeschmitt-tr commented 3 years ago

Summary

Added auto_docking.py script to Python examples. This script demonstrates the automatic docking feature of the LoCoBot's Kobuki base. Added dock arg to xslocobot_control and xslocobot_python launch files that, if set to true, loads the kobuki_auto_docking/AutoDockingNodelet nodelet and remaps relevant topics.

This was done to prepare for higher-level autonomous navigation features in future releases.