neka-nat / ur_ws

Universal robot with robotiq hand workspace
26 stars 10 forks source link

resource not found: robotiq_85_description #4

Closed dbdxnuliba closed 4 years ago

dbdxnuliba commented 4 years ago

resource not found: robotiq_85_description need installrobotiq_85_gripper

neka-nat commented 4 years ago

Hi, Please try the following command.

source /opt/ros/kinetic/setup.bash
cd ur_ws/src
wstool update
cd ../
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
catkin build