Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 965 Bytes

Autonomous_Rover

Autonomous Software Stack for Rover functionality

-> This image shows a snap of the real-time visualisation of the rover in RViZ.
-> The intense white map indicates the dynamic local costmap.
-> The grey white map indicates the static global costmap.
-> The grided open map is a SimTime environment named Stage ROS for emuluting the real world in 2-Dimension.

  1. The first image is a snap of the bot navigating to some random goal.
    Alt text
  2. While in dynamism we randomly set a another goal state interactively.
    Alt text
  3. Now the path is replanned dynamically in real-time.
    Alt text
  4. The Bot starts moving towards the goal as the path is suggested.
    Alt text
  5. The bot reaches the goal state with some Goal Tolerance. Alt text

The corresponding codes have been tested in real-time bot and has been documented in the same github page.