You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing TIAGo simulation environment on my laptop with Ubuntu 16.04 and ROS Kinetic. When I install dependencies with rosdep install command line:
Several errors come out as :
simple_models_description: Cannot locate rosdep definition for [urdf_test]
pmb2_rgbd_sensors: Cannot locate rosdep definition for [uvc_camera]
pal_gripper_description: Cannot locate rosdep definition for [urdf_test]
pmb2_description: Cannot locate rosdep definition for [urdf_test]
....
This may be caused by rosdep update, where kinetic is skipped with:
Skip end-of-life distro "kinetic"
Any suggestions to solve this problem? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Thanks for showing interest in our TIAGo Simulation. Regarding your issue, we think that it could be the issue of end-of-life distro of ROS "kinetic". You could either install these packages manually or add them to the --skip-keys list. However, we suggest you to migrate to melodic.
We have recently added the option to try our TIAGo simulation using dockers. This is pretty easy to setup and you will be able to launch the simulation and start working with it in minutes.
I'm installing TIAGo simulation environment on my laptop with Ubuntu 16.04 and ROS Kinetic. When I install dependencies with rosdep install command line:
Several errors come out as :
simple_models_description: Cannot locate rosdep definition for [urdf_test]
pmb2_rgbd_sensors: Cannot locate rosdep definition for [uvc_camera]
pal_gripper_description: Cannot locate rosdep definition for [urdf_test]
pmb2_description: Cannot locate rosdep definition for [urdf_test]
....
This may be caused by rosdep update, where kinetic is skipped with:
Skip end-of-life distro "kinetic"
Any suggestions to solve this problem? Thanks a lot.
The text was updated successfully, but these errors were encountered: