fix(waypoint): Missing methods

Add missing methods callbacks regarding waypoints.
This commit is contained in:
Loïc Fejoz
2024-12-21 10:36:36 +01:00
parent 9284a848f2
commit 7cc18e9df6
3 changed files with 34 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
"""Program to create and delete waypoint
To run:
python3 examples/waypoint.py --port /dev/ttyUSB0 create 45 test the_desc_2 '2024-12-18T23:05:23' 48.74 7.35
python examples/waypoint.py delete 45
python3 examples/waypoint.py delete 45
"""
import argparse