StackBot/autostart/lab_config.bash

11 lines
184 B
Bash
Executable File

#!/bin/bash
source /opt/ros/melodic/setup.bash
source ~/ros/devel/setup.bash
export ROS_HOME=/home/hiwonder/.ros
roslaunch lab_config lab_config_manager.launch &
PID=$!
wait "$PID"