Open marcelbrucker opened 3 years ago
similar issue here
*** Warning, failed to generate libraries for the following packages: ***
rviz (PyCapsule_GetPointer called with incorrect name)
Traceback (most recent call last):
File "/opt/ros/noetic/lib/rosserial_arduino/make_libraries.py", line 91, in <module>
rosserial_generate(rospack, output_path, ROS_TO_EMBEDDED_TYPES)
File "/opt/ros/noetic/lib/python3/dist-packages/rosserial_client/make_library.py", line 571, in rosserial_generate
raise Exception("Failed to generate libraries for: " + str(failed))
Exception: Failed to generate libraries for: ['rviz (PyCapsule_GetPointer called with incorrect name)']
I followed the tutorial and when executing
rosrun rosserial_mbed make_libraries.py ~/ros/lib
in the 3rd step I encountered this issue withrviz
:I couldn't find a solution to solve it and I'm not sure if it is the reason I cannot successfully run any provided code examples.