Files
RRRobot/rrrobot_ws/build.sh
2020-04-16 20:59:12 -04:00

9 lines
160 B
Bash

#!/bin/bash
catkin_make clean &&
catkin_make &&
catkin_make install &&
source devel/setup.bash
export GAZEBO_RESOURCE_PATH=$(pwd)/world:$GAZEBO_RESOURCE_PATH