Show EOL distros:
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: developed
- Maintainer: Younghun Ju <younghoon.ju AT yujinrobot DOT com>
- Author: Younghun Ju <younghoon.ju AT yujinrobot DOT com>
- License: BSD
- Source: git https://github.com/yujinrobot/kobuki.git (branch: groovy-devel)
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: developed
- Maintainer: Younghun Ju <yhju AT yujinrobot DOT com>
- Author: Younghun Ju <yhju AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/kobuki_core/issues
- Source: git https://github.com/yujinrobot/kobuki_core.git (branch: hydro)
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: developed
- Maintainer: Younghun Ju <yhju AT yujinrobot DOT com>
- Author: Younghun Ju <yhju AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/kobuki_core/issues
- Source: git https://github.com/yujinrobot/kobuki_core.git (branch: indigo)
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: maintained
- Maintainer: Younghun Ju <yhju AT yujinrobot DOT com>
- Author: Younghun Ju <yhju AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/kobuki_core/issues
- Source: git https://github.com/yujinrobot/kobuki_core.git (branch: kinetic)
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: maintained
- Maintainer: Younghun Ju <yhju AT yujinrobot DOT com>
- Author: Younghun Ju <yhju AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/kobuki_core/issues
- Source: git https://github.com/yujinrobot/kobuki_core.git (branch: melodic)
Package Summary
Utilities for flashing and enabling Kobuki's USB connection. This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory). The special firmware for the FTDI chip (USB to serial converter) enables it to appear as /dev/kobuki on the user's PC.
- Maintainer status: maintained
- Maintainer: Younghun Ju <yhju AT yujinrobot DOT com>
- Author: Younghun Ju <yhju AT yujinrobot DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/yujinrobot/kobuki_core/issues
- Source: git https://github.com/yujinrobot/kobuki_core.git (branch: noetic)
Kobuki Udev Rules
Connection to the kobuki base is via usb enabled by an ftdi usb-serial converter which is always pre-flashed at the factory with the serial id kobuki. For convenience, to enable the device to appear on /dev/kobuki, use the following script to copy across the udev rule and restart udev (you'll need your sudo password):
> rosrun kobuki_ftdi create_udev_rules
Non ROS users
In case you are not in a ROS environment, you will need to build the package first, in order to get the create_udev_rules script.
To do so navigate to the package folder and do
> make udev
Flashing Ftdi Chips
Included also in kobuki_ftdi are the programs we use to scan and flash the chip. If you are interested in doing a similar operation for another device you might want to check these out (also check the doxygen) - take care though, slightly different ftdi usb to serial versions can cause problems and leave you with lovely bricks!
You can also find more detailed information on how to flash the chip (as is usually done at Yujin's factory) in the doxygen api.