Package edu.tufts.hrilab.spot
Interface SpotNavigationInterface
- All Known Implementing Classes:
MockSpotNavGraphComponent
public interface SpotNavigationInterface
-
Method Summary
Modifier and TypeMethodDescriptiongoToLocation(Symbol location) Attempt to reach a named goal location.initLocation(Symbol location)
-
Method Details
-
goToLocation
Attempt to reach a named goal location.- Parameters:
location- - name of the goal location
-
initLocation
-