Robotics StackExchange | Archived questions

multiple modes in planning layer

How exactly do we use multiple system modes in navigation stack

Asked by rajnunes on 2016-08-21 00:51:55 UTC

Comments

Your question isn't specific enough right now. The global and local planners built-in to the navigation stack already have multiple modes, depending on the obstacles encountered. There are also nodes that support state machines, such as smach. Can you be more specific?

Asked by Mark Rose on 2016-08-21 03:43:16 UTC

Sorry what I actually ment was how do I switch to different modes depending on my need like a mode for single lane driving and multi lane driving, I'd just like to know how to switch @mark rose

Asked by rajnunes on 2016-08-22 01:18:00 UTC

That's a good question. I don't know if there are existing projects that plug in to the global and local planner interfaces to address the problem of car navigation. The global/local framework is still a good model, I think, but you might need entirely custom planner plugins.

Asked by Mark Rose on 2016-08-22 03:02:44 UTC

You might look at this earlier question and also the Ackerman ROS group.

Asked by Mark Rose on 2016-08-22 10:55:21 UTC

Answers