Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git checkout main
git pull
git submodule update --remote
python -m path_20232024_task_2.py

MAVLink connection check

To confirm that pathing is able to connect to the drone, follow the above steps, but instead of running the main pathing file:

...