RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
GoTo.srv
Go to the documentation of this file.
1 ## file 'GoTo.xrv'
2 
3 # request: where to go
4 string where
5 
6 ---
7 
8 # response: true if the place is reachable
9 # STUB IMPLEMENTATION: always true
10 bool success