Closed poornimajd closed 4 months ago
@poornimajd It looks like you set your host network interface to the same IP address as the camera. If you configure your Orin to have a Static IP address of 10.66.171.22 you will not conflict with the camera at 10.66.171.21.
Please reference this guide for setting the IP address and MTU of your host system https://docs.carnegierobotics.com/docs/network/host_configuration/linux.html#static-ip-address
Works as expected now, Thank you
Hi, I set the ipv4 address of the multisense s30 manually, IP address: 10.66.171.21 Netmask: 255.255.240.0 Gateway:10.66.171.1
I am unable to connect to the multisense using this command:
roslaunch multisense_bringup multisense.launch
I even tried specifiying the ip_address and mtu parameters.I am working on Jetson orin, and when I try to set the mtu, I get the following:
sudo ifconfig eth0 mtu 7200
Output is :SIOCSIFMTU: Device or resource busy
I tried even tried toThe output of
ifconfig eth0:
Any suggestion would be greatly appreciated, Thanks!