Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

Waypoint navigation mode

  • This uses the DonkeyCar python library: Donkeycar Updates & Examples

  • use this: python navigation.py drive to run donkeyCar with way-point navigation.

  • requires Realsense T265 tracking camera to provide localization information.

  • you can save current position as a way point (x_button on xbox controller).

  • you can save way points to a route file (y_button on xbox controller).

  • you can change waypoint target (right_shoulder to target the next waypoint, left_shoulder to target the previous one, on xbox controller)

    • read the start menu to know the controls:

    joystick control example

  • the web control UI will display way points route, the tracked path and the pose of the car, like this:

    web UI

Placeholder for a tutorial

Xbox controller

add this to your .profile:

 # xbox bt controller
 sudo bash -c "echo 1 > /sys/module/bluetooth/parameters/disable_ertm"