lsd_slam icon indicating copy to clipboard operation
lsd_slam copied to clipboard

rosdep install turtlesim does not work

Open IdaChenCCL opened this issue 5 years ago • 0 comments

When input rosdep install turtlesim, the error message below shows up. It seems that the std_srvs should be defined. Where can I find this?

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: turtlesim: No definition of [std_srvs] for OS [windows]

I tried the command below. The error message is stills there. rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y --os=windows:xenial

IdaChenCCL avatar Aug 29 '19 13:08 IdaChenCCL