Hey @voxltester
It seems there is an issue with how MicroXRCE and the microhard modem interfaces are starting up, I had to edit the service files to get the topics on the VOXL2.
Edit /etc/systemd/system/voxl-microdds-agent.service:
Edit /etc/systemd/system/voxl-modem.service:
[Unit] Description=Modem Initialization After=sdsprpcd.service [Service] User=root Type=oneshot ExecStartPre=/bin/sleep 2 ExecStart=/usr/bin/voxl-modem-start RemainAfterExit=yes [Install] WantedBy=multi-user.targetAdd export ROS_DOMAIN_ID=0 to your .bashrc
Reboot the VOXL2, and the topics should come up
Thanks