Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
Republishes the base_link
frame as base_footprint
stripping away the Z, Roll, and Pitch of the full 3D state to provide a 2D projection for navigation when state estimation is full 3D.
More...
#include <nav2_util/src/base_footprint_publisher.hpp>
Public Member Functions | |
BaseFootprintPublisher (const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | |
A constructor. | |
Protected Attributes | |
std::shared_ptr< tf2_ros::Buffer > | tf_buffer_ |
std::shared_ptr< BaseFootprintPublisherListener > | listener_publisher_ |
Republishes the base_link
frame as base_footprint
stripping away the Z, Roll, and Pitch of the full 3D state to provide a 2D projection for navigation when state estimation is full 3D.
Definition at line 103 of file base_footprint_publisher.hpp.