ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
http://wiki.ros.org/ros_comm
753 stars 911 forks source link

Service call failed: service [<service name>] responded with an error: input stream error #2332

Open Levi-Armstrong opened 1 year ago

Levi-Armstrong commented 1 year ago

This is the first time I have seen this error when using a ros service and not sure what the issue is. The request has a vector of strings and when I comment out adding the strings to the vector the error goes away. Which is odd because the contents being added were from another service calls response not sue why it would work in one service call but not another. Hope someone can give me some ideas on how to maybe debug this.

Levi-Armstrong commented 1 year ago

The vector of string lengths. [0] ~1000 [1] ~2000

Levi-Armstrong commented 1 year ago

I am going to include this package in my workspace to see if I can step through and get more details on the issue.