ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Path planning using .yaml an .pgm map files

asked 2020-04-25 09:02:35 -0500

Govind gravatar image

Hello, I have performed SLAM and saved the maps. I want to do path planning from any user defined start point to any user defined goal points using this Map, Is this possible, if so how?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-02 18:30:24 -0500

darshb34 gravatar image

Use move_base package (also called as ROS Navigation stack). you will specifically use costmap2d package to supply grid costmap to the nav:core global_planner package and dwa local planner package.

Refer this turtle bot repository for setting up launch files.

https://github.com/ROBOTIS-GIT/turtle...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-25 09:02:35 -0500

Seen: 928 times

Last updated: Nov 02 '20