Introduction
Elevation Mapping CuPy is a ROS 2 (Jazzy) node that builds and maintains an elevation map on the GPU using CuPy kernels.
This Jazzy branch intentionally keeps the supported feature set small and deterministic:
PointCloud2 input only (no image or semantic fusion).
One regression-tested bring-up path:
synthetic TF (
map -> base_link) + synthetic depth-like pointcloudelevation_mapping_node.pypublishes agrid_map_msgs/msg/GridMapon/elevation_mapping_node/elevation_map
If you need multi-modal (RGB/semantic) elevation mapping, use a different branch/repository revision.