Added convinence scripts for running base/behavior tree
This commit is contained in:
9
scripts/run_base.sh
Executable file
9
scripts/run_base.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
ros_distro="jazzy"
|
||||
script_dir=$(dirname "$(readlink -f "${bash_source[0]}")")
|
||||
|
||||
source "/opt/ros/${ROS_DISTRO}/setup.bash"
|
||||
source ./install/setup.bash
|
||||
|
||||
ros2 launch mg_bringup base.launch.py $@
|
||||
Reference in New Issue
Block a user