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

Revision history [back]

The relevant error message is:

Invalid declaration: int64multiarray

I.e., the service definition is wrong. It needs to be

---
Int64MultiArray waypoints

Note the case of the letters. This is case sensitive! See the std_msgs type definition for Int64MultiArray for reference.