ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Chances are your serial device is not named /dev/sbg

Try:

  1. Unplugging your usb->serial converter.
  2. Run ls /dev in a terminal
  3. Plug in the usb->serial converter
  4. Run ls /dev again.
  5. Look for a newly added device (probably something like /dev/ttyUSB0)
  6. Edit sbg_device_launch.py to use the new device instead of /dev/sbg

Chances are your serial device is not named /dev/sbg

Try:

  1. Unplugging your usb->serial converter.
  2. Run ls /dev in a terminal
  3. Plug in the usb->serial converter
  4. Run ls /dev again.
  5. Look for a newly added device (probably something like /dev/ttyUSB0)
  6. Edit sbg_device_launch.pyconfig/sbg_device_uart_default.yaml to use the new device instead of /dev/sbg