Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 447 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 447 Bytes

PATROLLER

Robot patroller for robot navigation between landmarks

image

Set some landmarks so the robot will automatic navigate between those landmarks.

Usage

rosrun patroller patroller
# now you can using `Publish Point` to set some landmarks under RVIZ.

# to start patrol
rosservice call /StartPatrol

# to stop patrol
rosservice call /StopPatrol

# to reset patrol
rosservice call /ResetPatrol