make docker # to build the container
make # to step into to the container
After running the above, you will be met with a two-pane tmux session.
Download the snippet of NuScene dataset:
python data/download_nuscenes.py
In first pane, run:
ros2 launch dummy_sdv drive.launch.py
In second pane, you can run visualization tools, such as:
-
rviz2:
rviz2 -
foxglove:
ros2 launch foxglove_bridge foxglove_bridge_launch.xml
Refer to this recording for more information / code walkthrough.
This codebase is built on top of these projects. Please check out their amazing work!