Mapper3D ROS 2 node
Note
ROS 2 launch files and a dedicated bridge node for mola_mapper_3d are
under active development. This page will be populated with topic names,
parameters, and /tf conventions once the bridge is finalised.
In the meantime, refer to the mola-cli launch files in
mola-cli-launchs/ for working examples that combine LIO + Mapper3D.
Overview
The Mapper3D ROS 2 integration consists of:
A
mola_bridge_ros2adapter that subscribes to sensor topics (nav_msgs/Odometry,sensor_msgs/Imu,sensor_msgs/NavSatFix) and forwards them to the Mapper3D module via the MOLA sensor-fusion API.A publisher for
nav_msgs/Odometryand/tf(map → base_link), driven bymola::LocalizationSourceBase::advertiseUpdatedLocalization().(Planned) A
nav_msgs/Pathpublisher for the full optimized trajectory.
Launch file
Coming soon. The launch file will accept the following key arguments:
Argument |
Default |
Description |
|---|---|---|
|
|
Raw LiDAR topic consumed by the paired LIO front-end. |
|
|
IMU topic ( |
|
|
GNSS topic ( |
|
|
Enable online geo-referencing from GNSS. |
|
|
Wheel-odometry topic ( |
|
|
Robot base frame id. |
|
|
Global map frame id. |
Published topics
Coming soon.
Subscribed topics
Coming soon.
TF conventions
Coming soon.