Template for developing PX4 external modules without modifying the core PX4 source code.
- Ubuntu
- Python 3 packages: kconfiglib, pyros-genmsg
- Gazebo Harmonic
- just
- zellij
Important: Uninstall Anaconda/Miniconda if installed - they cause protobuf version conflicts with Gazebo.
just --list --unsorted # List available commandsTest motor 1 by spinning it at 10% throttle for 2 seconds:
actuator_test set -m 1 -v 0.10 -t 2