isaac_ros_esdf_visualizer
Source code on GitHub.
Overview
The isaac_ros_esdf_visualizer
package offers functionality for visualizing ESDFs received from
nvblox. This package can be useful for debugging and observing cuMotion’s world.
API
ESDFVisualizer
ROS Parameters
ROS Parameter |
Type |
Default |
Description |
---|---|---|---|
|
|
|
Maximum dimensions of the voxel grid in meters |
|
|
|
Grid position at which to place the visualized voxels |
|
|
|
Size of a voxel in meters |
|
|
|
Size of a published voxel in meters |
|
|
|
Maximum number of voxels to publish |
|
|
|
Service to query for the ESDF and gradients |
|
|
|
Base frame of the robot |
ROS Topics Published
ROS Topic |
Interface |
Description |
---|---|---|
|
Voxels published for visualization |
ROS Services Requested
ROS Service |
Interface |
Description |
---|---|---|
|
Service that takes an axis-aligned bounding box (AABB) for the region of interest and returns a dense ESDF and gradient field for that region. |