Skip to content

Running Nebula

Launch with default parameters

To launch Nebula as a ROS 2 node with default parameters for your sensor model:

ros2 launch nebula_ros *sensor_vendor_name*_launch_all_hw.xml sensor_model:=*sensor_model_name*

For example, for a Hesai Pandar40P sensor:

ros2 launch nebula_ros hesai_launch_all_hw.xml sensor_model:=Pandar40P

Refer to the list of supported sensors for more information on the avaliable sensors and configuration options.

Sensor configuration

WIP