add run script

This commit is contained in:
ubuntu
2023-05-01 11:27:38 +02:00
parent 9c3dcb463d
commit 4eb876df0c
2 changed files with 8 additions and 1 deletions

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