On a clean Ubuntu 24.04 install, enable multicast is required for the bringup_simulation launch to work.
ros2 run ateam_bringup enable_loopback_multicast.sh
The script fails because Ubuntu 24.04 does not include the net-tools package, so ifconfig is not found. Ubuntu 24.04 was installed with the full install and net-tools has been removed at some point. net-tools should be added to step 5.
On a clean Ubuntu 24.04 install, enable multicast is required for the bringup_simulation launch to work.
The script fails because Ubuntu 24.04 does not include the net-tools package, so ifconfig is not found. Ubuntu 24.04 was installed with the full install and net-tools has been removed at some point.
net-toolsshould be added to step 5.