Minimal compose setup to replay V2AIX ROS 2 bags from stationary recordings, including the ETSI ITS conversion node, to visualize messages in RViz.
Important
Mobile recordings are not supported yet, even though it would be conceivable to visualize these. To support this properly, it would require an additional TF broadcaster to indicate the ego-vehicle position within the UTM Frame (based on the NavSatFix messages in the bag) and move the map display accordingly.
The .env file controls:
BAG_DIR(host path containing the bag-files)BAG_PATH(actual bagfile relative toBAG_DIR)RVIZ_LATandRVIZ_LON(AerialMap-Display position)
Run the composition (assuming you are in the utils/v2aix directory of this repository):
docker compose upIf RViz does not show up, ensure X11 permissions are set (e.g. xhost +local:) and DISPLAY is available.