Skip to content
Discussion options

You must be logged in to vote

Shooting from the hip, edit the file to look like:

# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager
  ethernets:
    usb0:
      dhcp4: false
      optional: true
      addresses: [192.168.186.3/24]

and then execute sudo netplan generate followed by sudo netplan apply .

If this all works without errors, try issuing ip a again to see if your usb0 IP address is set to 192.168.186.3, and if it is, try to ping the robot (ping 192.168.186.2). And then if that succeeds try ros2 topic list --no-daemon --spin-time 10

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@gjf2a
Comment options

@shamlian
Comment options

@gjf2a
Comment options

@shamlian
Comment options

Answer selected by shamlian
@gjf2a
Comment options

@gjf2a
Comment options

@shamlian
Comment options

@gjf2a
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_rmw Forum post about ROS middlewares communication
2 participants