pantor / ros-control-center

A web-based control center for ROS robots.
https://pantor.github.io/ros-control-center
BSD 3-Clause "New" or "Revised" License
265 stars 71 forks source link

call_service ServiceException #13

Closed sonyccd closed 7 years ago

sonyccd commented 8 years ago

[ERROR] [WallTime: 1457295012.672246] [Client 0] [id: call_service:/rosapi/service_type:32] call_service ServiceException: service [/rosapi/service_type] responded with an error: error processing request: field type must be of type str

I am running indigo, have used rosbidge_websocket before with no problem.

marcoarruda commented 8 years ago

I had this problem, but I was trying to use roslibjs, not ros-control-center, but I believe that it's the same situation. To resolve it I had uninstalled rosbridge_suite package then cloned the repository (current development source code) and compiled. I had also to install ros-auth, then it is just launch rosbridge server.

I hope I've helped.