Hello @QuackerCoder,
I am sending you a few points that are worth considering.
- The
privileged
flag seems unnecessary because devices are forwarded. - Check if the SERIAL_PORT alias exists
ll $SERIAL_PORT
. - Check with the
ros2 node list
command whether the microrosa node (rosbot_ros2_firmware
) no longer exists. - Check if another process is occupying this port. (useful commands:
docker compose ps
,snap services
). - You can try to use a newer version of the image with integrated microros with rosbot service: ROSbot 2 PRO: Not able to access the topics from on the laptop - #6 by RafalGorecki
Let me know the results of the above actions. If it turns out that it still does not work, please tell me whether you are using the Husarion OS image and when the problem started to occur.
Regards