merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 4eb876df0c - Show all commits

7
get_build_run_controller.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