chrissunny94 / t265_robot_navigation

Using a Intel Realsense T265 to build an occupancy grid and autonomously navigate around using move_base
20 stars 0 forks source link

Clean up repo . #3

Open chrissunny94 opened 3 years ago

chrissunny94 commented 3 years ago

This repo contains info on

I have used gmapping to convert a LaserScan into an occupancy_grid . This is then used by move_base to get a basic navigation stack running (even though basic , its quite capable )

So with this package , you can essentially have a full ROBOT NAV stack up and running . Its a lot of BLACK BOXES PUT TOGETHER .

If you have any ROS enabled robot , you can hopefully put this there and see your robot move around quickly .