Closed alhaddad-m closed 2 years ago
Currently, the micro-ROS snap package is not working properly, we are working on a solution. Is it possible for you to build the agent from scratch with the setup tool: micro_ros_setup?
@pablogs9 I have already tried micro_ros_setup and when i run
ros2 run micro_ros_setup create_firmware_ws.sh freertos olimex-stm32-e407
i have gotten some errors.
Actually i don't know if this is connecting to my problem above. Also i have tried docker to communicate and it works well.
Have you run it with sudo
as the errors message says?
Please re-run with superuser privileges.
?
I have tried it with sudo
and the error message was something like colcon finished with stlerr.
. After that i have deleted all uros_ws and didn't complete ahead.
Could you be more specific and paste here your output with sudo in the agent launch?
I am new to micro-ros and trying to communicate with Rasbperry Pi Pico using micro-ros-agent but when i execute
snap interface serial-port
I see the following outputand It doesn't show any port. And when i run
micro-ros-agent serial --dev /dev/ttyACM0 -b 115200
it shows:Any suggestion please!