base_local_planner

Summary

base_local_planner
Version:

1.13.0

Description:

This package provides implementations of the Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane. Given a plan to follow and a costmap, the controller produces velocity commands to send to a mobile base. This package supports both holonomic and non-holonomic robots, any robot footprint that can be represented as a convex polygon or circle, and exposes its configuration as ROS parameters that can be set in a launch file. This package's ROS wrapper adheres to the BaseLocalPlanner interface specified in the nav_core package.

Maintainers:
  • David V. Lu!! <davidvlu AT gmail DOT com>
  • Michael Ferguson <mferguson AT fetchrobotics DOT com>
Licenses:
  • BSD
Urls:
Authors:
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:
Exports:
  • <nav_core plugin=”${prefix}/blp_plugin.xml”/>

Types

Message types

base_local_planner/Position2DInt
Field:
  • x (int64) –
  • y (int64) –
int64 x
int64 y