Skip to content

Instantly share code, notes, and snippets.

@grassjelly
Created December 14, 2016 17:21
Show Gist options
  • Save grassjelly/4dd94feaeec49d1d4c58bc898be3e6f2 to your computer and use it in GitHub Desktop.
Save grassjelly/4dd94feaeec49d1d4c58bc898be3e6f2 to your computer and use it in GitHub Desktop.
linorobot minimal installation
#!/bin/sh
cd ~/catkin_ws/src
git clone https://github.com/grassjelly/lino_msgs.git
cd ~/catkin_ws/
catkin_make
cd ~/catkin_ws/src
git clone -b minimal https://git@github.com/grassjelly/linorobot.git
cd ~/catkin_ws/
catkin_make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment