To record realsense data for nvblox:
-
Make sure that all realsense dependencies are met.
-
Connect the camera, start the docker container and source the workspace as explained in the realsense example tutorial.
-
Start recording:
ros2 launch nvblox_examples_bringup record_realsense.launch.py
-
Stop the recording when done.
-
Start nvblox from bag:
ros2 launch nvblox_examples_bringup realsense(_humans)_example.launch.py from_bag:=True bag_path:=<path_to_recorded_bag>