catkin_simple building a srv
A colleague is trying to build a custom ROS service through catkin_simple and is getting the following error:
Any idea as to what I should tell them to do?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
A colleague is trying to build a custom ROS service through catkin_simple and is getting the following error:
Any idea as to what I should tell them to do?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-09-21 18:10:38 -0600
Seen: 694 times
Last updated: Sep 21 '15
ROS2 services not using ament_cmake
How to call a service .srv from Terminal [closed]
How to print out multiple responses from service
using the latest message in a service
create a service with multiple responses
Error using rosmsg in "Creating msg and srv" Tutorial
How to call a Rosservice at startup?
Well there are plenty of hints in this message. Did you specify
generate_messages
correctly with all dependencies? Why does he search the Float64 message in a package named 'velocity_project'? This message is defined in 'std_msgs'.Aside from the error of accessing a Float64 from "velocity project" (if thats even what is being said, looks like its just originating there, to me), the issue is still present as to what to do in terms of catkin_simple when generating a new service or message without
generate_messages
.