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

Current status of the navigation stack tools in ROS2. Where is move_base?

asked 2019-05-13 05:42:55 -0500

bergercookie gravatar image

updated 2019-05-13 05:43:17 -0500

I’m interested in using the ROS 2 variant of the navigation stack for a simple navigation task, namely, follow a given nav_msgs::Path without caring about obstacle avoidance or anything else.

The repository I'm looking at is: https://github.com/ros-planning/navig...

Are the tools needed for this task already ported to ROS 2? After going through bits of the ROS 1 documentation, it seems that move_base would be the component to use, but AFAIK, that is not ported to ROS 2. Anything I’m missing? What would you suggest for the application at hand?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2019-05-13 10:39:43 -0500

mkhansen gravatar image

We have split move_base up into it's base components in ROS2 and are using behavior trees to drive the components. This provides customizability and extensibility of the stack behavior. However, if you use our nav2_bringup launch files, you don't need to worry about that to get started using the stack.

You can look at the README file in the nav2_bringup folder for an example bringup.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-05-13 05:42:55 -0500

Seen: 1,114 times

Last updated: May 13 '19