You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir catkin_ws # create a folder called catkin_ws
cd catkin_ws
git clone https://github.com/lijianwen1997/ME597_aut_sys.git # download the code
mv ME597_aut_sys ./src # rename the folder
catkin_make # compile the packages