-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
thib edited this page Aug 12, 2019
·
1 revision
- MoveIt! (
sudo apt install ros-kinetic-moveit*) - Python (tested with Python 3.5.2 + 2.7.12 installed, working with Python 2.7.12)
- SciKit 0.18.1:
sudo easy_install -U scikit-learn==0.18.1(last version compatible with both Python 2.7 and 3.4, also possible to install it viapip) +sudo apt install python-sklearn - OpenCV (tested with
OpenCV 3.3.1-dev) - Intel RealSense SDK 2.0 (tested with
2.23.0version, newer versions may fail) - RTABMap 0.19.3 (older or newer versions may fail)
-
Build with
catkin_make(ascatkin buildwill fail because of theork_recognitionpackage for table top detection) -
Add
source /home/YOUR_USERNAME/CollaborativeBaxter_ws/devel/setup.bashto your.bashrcfile -
Edit
baxter_ridgeback.shfile --> YOUR_IP (checkifconfigoutput) -
Set
ROS_MASTER_URIandROS_IPin the.bashrcfile, or use theshscript if you want to temporary setup these environment variables.-
# Config for Baxter-on-Ridgeback export ROS_MASTER_URI=http://011509P0021.local:11311 export ROS_IP=192.168.125.48 - Please use the
ifconfigcommand to check what is yourROS_IP(here works ONLY for the INTEL NUC, may be different on your system).
-
-
All the paths are defined to work with the on-board INTEL NUC on Ridgeback. If you need to launch the scripts from your own computer, the easiest way is to globally change the path, thanks to the
Global Searchtool fromVS Codeor any editor:- Search and replace
/ridgebackbaxter/by/YOUR_USER_NAME/
- Search and replace