-
Notifications
You must be signed in to change notification settings - Fork 1
Install
bdhollis edited this page Aug 4, 2014
·
8 revisions
- Install ROS hydro
- pull repository
git clone https://github.com/lucbettaieb/flexcraft.git - move into the flexcraft directory
cd flexcraft - build it
catkin_make - open bashrc to edit it to source workspace
vim ~/.bashrc - add to bottom of bashrc
source parent/directory/flexcraft/devel/setup.bash - source bash file to execute source
source ~/.bashrc - install axis_camera dependency:
sudo apt-get install ros-hydro-camera-info-manager-py - install spacenav_node dependencies
rosdep install spacenav_node - remake for no errors
catkin_make
- pull repository
git clone https://github.com/lucbettaieb/flexcraft.git - move into the flexcraft directory
cd flexcraft - run setup script (this will take a while)
./setup.bash
If problems with rqt working, try installing or updating it as instructed here.