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

How to make global_planner_plugin in ROS2

asked 2021-04-13 04:17:56 -0500

root-robot gravatar image

So recently I was trying to make my own global_planner plugin in ROS2 but could not find a relevant tutorial. Although nav2_straightline_planner is an excellent guide but somehow its nav2_straightline_planner doesn't seem to work properly.

I was able to run the local_planner (Pure Pursuit ) with some slight modifications but I am unable to solve the issues caused by nav2_straightline_planner. Link to the issues faced..

So it's a request if anyone could provide a link to some other planner_plugin tutorial/Github/source_code or could give a solution to the above issue that will be of huge help.

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-16 00:56:50 -0500

PHFP gravatar image

I am starting research on how to write a plugin for the nav2 global planner. So far, I found this issue https://github.com/ros-planning/navig... with this repository https://github.com/shivaang12/navigat...

Probably this can be helpful to you. I am planning to implement an RRT planner to nav2. For this, I am planning to use the off-the-shelf algorithms from OMPL to embed as a plugin on nav2. I think these links can be helpful.

Thanks

edit flag offensive delete link more

Comments

Hey PHFP thanks for your reply. So I will try using the OMPL planner and will update if I am able to figure out a way to make a simple_straightline_planner.

Thanks

root-robot gravatar image root-robot  ( 2021-04-19 04:03:05 -0500 )edit

Hey, PHFP did you find a solution?

root-robot gravatar image root-robot  ( 2021-04-29 05:56:47 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2021-04-13 04:17:56 -0500

Seen: 485 times

Last updated: Apr 13 '21