Hi,
I am trying to call rosservice “route_forward” from terminal, which mentioned in the documentation. ( Advanced Documentation - Magni Documentation )
For example, I have a test route called “route” saved in a map, and I run the cmd: rosservice call /route_forward “data: ‘route’ " However, I got the following error message: ERROR: service [/route_forward] responded with an error: b"error processing request: ‘list’ object has no attribute ‘service’”
Rest of the API e.g. “map_load”, and EZ-map web service are working properly, so what can be the potential reason causing this?