Wiki

  Show EOL distros: 

Package Summary

The move_base_sequence package

Package Summary

The move_base_sequence package

Use GitHub to report bugs or submit feature requests. [View active issues]

Overview

This is a ROS package that uses a ROS Action server to manage sending multiple goals to the navigation stack (move base action server) on a robot in order to achieve them one after another. The package handles everything regarding the goals: receiving, storing, sending, error handling... etc.

A demo showing the package while running on turtlebot3:

Check: Readme file on GitHub

Nodes

move_base_sequence

The main and only node in the package.This is where the action server runs.

Subscribed Topics

wayposes (geometry_msgs/PoseArray) corner_pose (geometry_msgs/Pose)

Published Topics

wayposes (geometry_msgs/PoseArray) path (nav_msgs/Path)

note:

Parameters

move_base_sequence/abortion_behaviour (Str, default: 'stop')

move_base_sequence/is_repeating (Bool, default: True)

Newly proposed, mistyped, or obsolete package. Could not find package "move_base_sequence" in rosdoc: /var/www/docs.ros.org/en/api/move_base_sequence/manifest.yaml

Wiki: move-base-sequence (last edited 2021-03-01 13:54:08 by MarkNaeem)