-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
micro_ros_udp_freertos Demo not working #139
Comments
Could you paste here the output log of the micro-ROS Agent? Are you resetting the board after enabling the micro-ROS Agent? |
I tried to reset the board but nothing changed. |
So it is working? |
It only works when i reconnect the USB cable on the board. If i close the micro ros agent and restart it, it will not connect. |
micro-ROS does not handle reconnections in these examples, please read: https://docs.vulcanexus.org/en/latest/rst/tutorials/micro/handle_reconnections/handle_reconnections.html |
Thank you!. I'll check that and get back to you. But the reconnection of USB is not always reliable. Sometimes it's connecting. Sometimes it's not. |
The reconnection of USB is not always reliable. Sometimes it's connecting. Sometimes it's not. |
Have you implemented something like the reconnection state machine proposed in the documentation? |
Not yet, But I am having issues with the demo you have provided( micro_ros_udp_freertos). It's not running as intended. |
If your micro-ROS Client is communication with the micro-ROS Agent using a UDP port, what does "USB is not always reliable" means? |
I meant the USB power supply code. |
What is the USB power supply code? |
Issue template
Steps to reproduce the issue
Follow the exact readme in the repo : https://github.com/micro-ROS/micro_ros_renesas_demos/tree/iron
Expected behavior
When running the
docker run -it --rm -v /dev:/dev -v /dev/shm:/dev/shm --privileged --net=host microros/micro-ros-agent:$ROS_DISTRO udp4 --port 8888 -v6
Command, we should be able to get the ros topic published from the micro controllerActual behavior
No response after running micro ros agent. Also, No ROS topics or nodes listed.
Pinging to the board takes too much of time. but even after that no sign of the micro ROS node running on the MCU.
Additional information
Tried with different versions of ROS2, NO luck
The text was updated successfully, but these errors were encountered: