create_ros2_lidar_publisher
Publishes simulated LiDAR data as ROS2 point cloud topics from an existing LiDAR prim, configuring frame, topic, QoS, and namespace for robotics workflows.
Instructions
Preview or create a ROS2RtxLidarHelper publisher for an MCP RTX LiDAR runtime.
The LiDAR prim must first be created with create_lidar. Its owned render product is resolved automatically; render_product_path is an explicit override for externally-created render products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview | No | ||
| frame_id | No | sim_lidar | |
| domain_id | No | ||
| command_id | No | ||
| graph_path | Yes | ||
| lidar_type | No | point_cloud | |
| topic_name | No | /lidar/points | |
| qos_profile | No | sensor_data | |
| node_namespace | No | ||
| idempotency_key | No | ||
| lidar_prim_path | Yes | ||
| use_system_time | No | ||
| render_product_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |