Create node to receive data from OXTS imu
Hi,
I have an OXTS box basically a imu + gps. I have connected it through Ethernet port.
I'm fairly new to ROS and don't know how to create a UDP socket in ros to receive the data i.e the UDP broadcast from the OXTS.
Could someone please suggest where I should start? Thanks
If the device is capable of outputting NMEA messages, you might be able to use any of the available NMEA compatible drivers (such as ros-drivers/nmea_navsat_driver).