How do I stop RosSerial from causing the boot of my IMU to fail?
Im using a Razor 9dof IMU with a (usb)serial connection on port ttyAMC0 and I have an Arduino on the same port publishing encoder and odom messages.
I recently added the IMU, but cant get them to play nicely together. Any suggestions?
<node pkg="rosserial_python" type="serial_node.py" name="serial_node">
<param name="port" value="/dev/ttyACM0"/>
<param name="baud" value="57600"/>
</node>
I kind of doubt that you have both, the Arduino and the IMU on the same port. How is the wiring there? Please add the output of
ls -l /dev/tty*
anddmesg | grep usb