Only released in EOL distros:
Package Summary
The driver enables communication with a XDIMAX SUB20 device via USB. The sub20 sources are downloaded from XDIMAX during build.
- Author: Sebastian Haug
- License: LGPL
- Repository: bosch-ros-pkg
- Source: svn http://svn.code.sf.net/p/bosch-ros-pkg/code/tags/stacks/bosch_drivers/bosch_drivers-0.3.0
Package Summary
The driver enables communication with a XDIMAX SUB20 device via USB. The sub20 sources are downloaded from XDIMAX during build.
- Author: Sebastian Haug, Philip Roan (Maintained by Philip Roan)
- License: LGPL
- Source: svn http://svn.code.sf.net/p/bosch-ros-pkg/code/branches/electric/stacks/bosch_drivers
Package Summary
The driver enables communication with a XDIMAX SUB20 device via USB. The sub20 sources are downloaded from XDIMAX during build.
- Author: Sebastian Haug, Philip Roan (Maintained by Philip Roan)
- License: LGPL
- Source: svn http://svn.code.sf.net/p/bosch-ros-pkg/code/trunk/stacks/bosch_drivers
Package Summary
The driver enables communication with a XDIMAX SUB20 device via USB. The sub20 sources are downloaded from XDIMAX during build.
- Author: Sebastian Haug, Philip Roan (Maintained by Philip Roan)
- License: LGPL
- Source: svn http://svn.code.sf.net/p/bosch-ros-pkg/code/trunk/stacks/bosch_drivers
Contents
Sub20 Library
This package builds a library which can be used from other ROS packages to communicate over the Sub20 Multi Interface USB Adapter.
For example see bma180, smi540, or bmp085. In these packages the Sub20 device is used to communicate with an SPI or I2C slave device.
Sub20 Permissions
By default, the file permissions for the Sub20 device does not permit writing. This often leads to an error of "No Sub device found." or similar. The device will be located in /dev/bus/usb/xxx/xxx, where a chmod operation can be used.
A udev rule can also be created to permanently change the permissions. Copy the text in the box below to the file /etc/udev/rules.d/65-usb-xdimax.rules
# set permission to 666 for Sub20 device SUBSYSTEM=="usb", ATTR{idVendor}=="04d8", ATTR{idProduct}=="ffc3", ACTION=="add", MODE="0666"
NB: The vendor and product IDs are case sensitive.