ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

when i install the rosserial,i fllow the rosserial_arduino Tutorials

asked 2015-12-20 06:30:41 -0500

hua gravatar image

when i install the rosserial,i fllow the " rosserial_arduino / Tutorials" run the commond:

rosrun rosserial_arduino make_libraries.py .

there are some errors. is there some thing wrong? thanks!

 *** Warning, failed to generate libraries for the following packages: ***
    pr2_description (missing dependency: convex_decomposition)
Traceback (most recent call last):
  File "/home/li/catkin_ws/install/share/rosserial_arduino/make_libraries.py", line 91, in <module>
    rosserial_generate(rospack, path+"/ros_lib", ROS_TO_EMBEDDED_TYPES)
  File "/home/li/catkin_ws/install/lib/python2.7/dist-packages/rosserial_client/make_library.py", line 584, in rosserial_generate
    raise Exception("Failed to generate libraries for: " + str(failed))
Exception: Failed to generate libraries for: ['pr2_description (missing dependency: convex_decomposition)']
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2016-06-15 21:15:12 -0500

Prajankya gravatar image

Do

rosdep install --from-paths /opt/ros/jade --ignore-src

Change from "jade" to your distro.

edit flag offensive delete link more
0

answered 2015-12-20 07:29:12 -0500

updated 2015-12-20 07:30:01 -0500

looks like you haven't got convex_decomposition installed and it needs it.

try installing that with apt-get install ros-<rosdistro>-convex-decomposition

replacing rosdistro with the name of the distro you have installed.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-12-20 06:30:41 -0500

Seen: 498 times

Last updated: Dec 20 '15