This python node can be used to patrol robot from starting point to sent goal point.
Robot should be in state that it can navigate to any goal position.
- Run agv_patrol.launch file and give agv name and map name as an argument.
- Then publish goal position on topic /patrol to start patroling.
You can publish another goal point again on topic /patrol. Then after completing complete round, robot will start patroling from starting position to newly goal point provided.
- Add a feature to partrol multiple locations from starting position to the multiple locations provided.