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

How to use simple local planner

asked 2015-07-27 09:13:23 -0500

evest gravatar image

I need some help regarding the simple local planner : https://github.com/DLu/simple_local_p... Can you please explain to me how to send a path (a vector of PoseStamped), that I created in a catkin package (I called target_send) to the simple local planner. I need to mention, that I am a newbie in ROS, so can you please make the explanation detailed. Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-29 13:42:48 -0500

David Lu gravatar image

Simple local planner adheres to the local_planner interface set in nav_core

There is not currently a node that accepts a path and publishes velocities while using this interface. The typical interface for using such planners is move_base

Is there a particular reason you're using this planner? Its not really ready for prime time.

edit flag offensive delete link more

Comments

Hello!! I have been searching for simple local planner which follows the global planner and does not find an alternate route/path when a dynamic obstacle is on the way instead waits until dynamic obstacle moves away from the path. Would you suggest any such local planner? Thank you.

malgudi gravatar image malgudi  ( 2018-05-22 20:59:56 -0500 )edit

I would be very much grateful to you if you could throw some light on this topic https://answers.ros.org/question/2919...

Thank you.

malgudi gravatar image malgudi  ( 2018-05-22 21:07:47 -0500 )edit

Question Tools

Stats

Asked: 2015-07-27 09:13:23 -0500

Seen: 644 times

Last updated: Jul 29 '15

Related questions