A ROS driver and firmware to connect to Sparkfun OpenLog Artemis, 9DoF Razor IMU M0, 9DOF Razor IMU and 9DOF Sensor Stick. These boards consists of 3 sensors: magnetic, gyro and acceleration sensor.
Hi Everyone:
When I change the baud rate to 115200 ( default is 57600 ) thought modifying "ser = serial.Serial(port=port, baudrate=57600, timeout=1)" to "ser = serial.Serial(port=port, baudrate=115200, timeout=1)" in imu_node.py, but there is no data from device, can you tell me how to change the baud rate correctly ? Thanks!
Hi Everyone: When I change the baud rate to 115200 ( default is 57600 ) thought modifying "ser = serial.Serial(port=port, baudrate=57600, timeout=1)" to "ser = serial.Serial(port=port, baudrate=115200, timeout=1)" in imu_node.py, but there is no data from device, can you tell me how to change the baud rate correctly ? Thanks!