Closed robofoundry closed 2 years ago
Hi @robofoundry,
The snap micro-ros-agent has problems using serial ports, could you try with the dockerized agent? Like this:
docker run -it --rm --net=host -v /dev:/dev -v /dev/shm:/dev/shm --privileged microros/micro-ros-agent:foxy serial --dev /dev/ttyACM0 -v6
Closing this due to inactivity, reopen if the problem persist
Steps to reproduce the issue
At this point the info message shows that agent is running: [1638229049.680105] info | TermiosAgentLinux.cpp | init | running... | fd: 3
Expected behavior
The ros2 node should show up and published messages should be captured by topic echo
Actual behavior
No node is running and no messages are being published.
Additional information
All code was compiled on Ubuntu 20.04 and ROS2 foxy