michaeljenkin / unityros

a unity ros tool
35 stars 41 forks source link

Call_service and no response #15

Open Weimmer opened 5 years ago

Weimmer commented 5 years ago

Hallo,

i used the rosbridge to connect ROS with Unity, which i control the RPLidar, when i call the function RosbridgeWebSocketConnection.CallService with the string CallService("/stop_motor", null) as i understood, this should send the message {"op": "call_service", "service": "/stop_motor"} to ROS, and it supposed to call the service in ROS so that the PRLidar would stop, but it dose not work. Have i done something wrong? Thanks in advance