-
Notifications
You must be signed in to change notification settings - Fork 42
Compile from source
cambel edited this page Aug 15, 2023
·
3 revisions
This will assume that you already have a catkin workspace 'ros_ws'. Go to the source directory of the workspace
cd ~/ros_ws/src
Clone this repo
git clone https://github.com/cambel/ur3 ros_ur3
cd ~/ros_ws
rosinstall ~/ros_ws/src /opt/ros/noetic src/ros_ur3/dependencies.rosinstall
sudo apt-get update
rosdep fix-permissions
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro=noetic -y
Build using catkin build
cd ~/ros_ws/
catkin clean
catkin build
Optionally, install the ur_ikfast
library
git clone https://github.com/cambel/ur_ikfast.git
cd ur_ikfast
pip install -e .
It takes a few minutes to compile the IKFast libraries.