-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Braindump
Eric Miller edited this page Mar 4, 2018
·
6 revisions
To be cleaned up later into a guide for reproducible install of dev environment.
- We use ROS Kinetic Kame
- IARC repo must be placed inside of a catkin workspace (e.g.
~/catkin_ws
)- run
source devel/setup.bash
after youcatkin_make
, otherwise you won't have the right package path environment variables!
- run
- Clone the iarc repo into the
src
folder of your catkin workspace (e.g.~/catkin_ws/src
) - install dependencies according to the readme