-
Notifications
You must be signed in to change notification settings - Fork 9
Setting up Catkin and the RSX Packages
hschier edited this page Mar 13, 2020
·
7 revisions
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
cd ~/catkin_ws/src
git clone https://github.com/rsx-utoronto/rover.git
cd ~/catkin_ws/
catkin_make
echo "source ~/catkin_ws/devel/setup.sh" >> ~/.bashrc && source ~/.bashrc
Wondering how to make nice formatting? Check out this guide!