You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried several methods to make the udp connection between ros2 and esp32 but its being tough, It'll be helpful if anyone let me know what Im doing wrong and how to change it.
The text was updated successfully, but these errors were encountered:
Im trying to set up a bridge between esp32 and ROS2 via udp , I dumped the below code in the arduino ide and flashed it to the esp32
In serial monitor the result im getting is ,
Connecting to WiFi.
WiFi Connected!
IP: 192.168.84.166
Gateway: 192.168.84.123
RSSI: -20
Verifying network configuration...
Initializing micro-ROS transport...
Initializing micro-ROS core...
Error in setup:74: 1
And in the terminal inside microros workspace the code I entered is,
ros2 run micro_ros_agent micro_ros_agent udp4 --port 8888 -v6
and the result im getting is,
[1744058348.463167] info | UDPv4AgentLinux.cpp | init | running... | port: 8888
[1744058348.463392] info | Root.cpp | set_verbose_level | logger setup | verbose_level: 6
I tried several methods to make the udp connection between ros2 and esp32 but its being tough, It'll be helpful if anyone let me know what Im doing wrong and how to change it.
The text was updated successfully, but these errors were encountered: