spiri-services/sbin/mavroslaunch

8 lines
168 B
Plaintext
Raw Normal View History

2021-04-06 15:21:30 -03:00
#!/bin/bash
source ~/catkin-ws/devel/setup.bash
source /etc/ros/env.sh
export ROS_HOME=$(echo ~spiri/.ros)
roslaunch mavros px4_spiri_avoid.launch &
PID=$!
wait "$PID"