Closed guilyx closed 2 years ago
Is your Olimex board connected to a router that can provide IP addresses via DHCP?
Hey @pablogs9, I do have a router which is configured to deliver IPs from 192.168.1.170 to 192.168.1.180.
I made the application work with the following netplan:
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: yes
dhcp6: no
Could see the topics/publisher/subscribers created and echo/publish from/to topics fine. I think I got biased by another tutorial (external to microros.org that used static IPs) when configuration the example app. Maybe the page could benefit from having a tutorial explicitly for the UDP configuration?
Hello there!
I tried requesting an invite to the slack channel since I felt this would be easier with a direct chat, but didn't receive any email after clicking the button, so here I am.
Issue template
I have the JTAG, Serial to USB and Ethernet plugged in my laptop. Agent is ran in the rolling docker image.
Steps to reproduce the issue
Followed the tutorial for my setup using the provided docker image for rolling, with minor changes for using UDP instead of Serial.
Tried both these netplan configurations
Commands ran
Expected behavior
Just the Ping Pong app's normal behavior.
Actual behavior
Serial Output
Agent output
Additional information
Basically want to know if there's any additional steps to what I did to get the connection to be established. Do I have to modify the IP anywhere ? Does my netplan configuration look wrong to you ?
I tested the ping pong app using serial communication and could list and echo the topics. Maybe there's something I missed...