create drone_controls package

This commit is contained in:
ubuntu
2023-05-01 13:49:31 +02:00
parent 568197a95a
commit eeb67733d3
4 changed files with 56 additions and 3 deletions

7
get_build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "updating git..."
./fgit.sh
echo "building package..."
colcon build --packages-select px4_connection
#echo "launching controller..."
#ros2 run px4_connection px4_controller