Converting from ROS message file to C++ header file doesn't work. Why?

asked 2022-07-14 18:27:56 -0500

GreyHobbyist gravatar image

I run the following command simply so I can use the open_manipulator_msgs package in my code from header files.

rosrun rosserial_client make_library,py ~/Arduino/libraries open_manipulator_msgs

The prompt comes back with nothing created. ros_lib is deleted before running. ROS is Noetic. Os is Ubuntu 20. roscd knows where the package is located. (help??)

edit retag flag offensive close merge delete