Show EOL distros:
cob_driver: cob_base_drive_chain | cob_base_velocity_smoother | cob_camera_sensors | cob_canopen_motor | cob_collision_velocity_filter | cob_footprint_observer | cob_generic_can | cob_head_axis | cob_hokuyo | cob_hwboard | cob_light | cob_phidgets | cob_relayboard | cob_sick_s300 | cob_sound | cob_touch | cob_trajectory_controller | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Documented
cob_phidgets
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_driver.git (branch: release_electric)
cob_driver: cob_base_drive_chain | cob_base_velocity_smoother | cob_camera_sensors | cob_canopen_motor | cob_collision_velocity_filter | cob_footprint_observer | cob_generic_can | cob_head_axis | cob_hokuyo | cob_hwboard | cob_light | cob_phidgets | cob_relayboard | cob_sick_s300 | cob_sound | cob_touch | cob_trajectory_controller | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Documented
cob_phidgets
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_driver.git (branch: release_fuerte)
cob_driver: cob_base_drive_chain | cob_base_velocity_smoother | cob_cam3d_throttle | cob_camera_sensors | cob_canopen_motor | cob_collision_velocity_filter | cob_footprint_observer | cob_generic_can | cob_head_axis | cob_hokuyo | cob_hwboard | cob_light | cob_phidgets | cob_relayboard | cob_sick_s300 | cob_sound | cob_touch | cob_trajectory_controller | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Documented
cob_phidgets
- Author: Florian Weisshardt, Benjamin Maidel
- License: LGPL
- Source: git https://github.com/ipa320/cob_driver.git (branch: groovy)
cob_driver: cob_base_drive_chain | cob_camera_sensors | cob_canopen_motor | cob_generic_can | cob_head_axis | cob_hokuyo | cob_hwboard | cob_light | cob_phidgets | cob_relayboard | cob_sick_lms1xx | cob_sick_s300 | cob_sound | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Released
Documented
cob_phidgets
- Maintainer status: developed
- Maintainer: Benjamin Maidel <benjamin.maidel AT ipa.fraunhofer DOT de>
- Author: Florian Weisshardt
- License: LGPL
- Source: git https://github.com/ipa320/cob_driver.git (branch: hydro_release_candidate)
cob_driver: cob_base_drive_chain | cob_bms_driver | cob_camera_sensors | cob_canopen_motor | cob_elmo_homing | cob_generic_can | cob_light | cob_mimic | cob_phidgets | cob_relayboard | cob_scan_unifier | cob_sick_lms1xx | cob_sick_s300 | cob_sound | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Released
Documented
cob_phidgets
- Maintainer status: maintained
- Maintainer: Benjamin Maidel <benjamin.maidel AT mojin-robotics DOT de>
- Author: Florian Weisshardt
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_driver.git (branch: indigo_release_candidate)
cob_driver: cob_base_drive_chain | cob_bms_driver | cob_canopen_motor | cob_elmo_homing | cob_generic_can | cob_light | cob_mimic | cob_phidgets | cob_relayboard | cob_scan_unifier | cob_sick_lms1xx | cob_sick_s300 | cob_sound | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Released
Documented
cob_phidgets
- Maintainer status: developed
- Maintainer: Benjamin Maidel <benjamin.maidel AT mojin-robotics DOT de>
- Author: Florian Weisshardt
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_driver.git (branch: kinetic_release_candidate)
cob_driver: cob_base_drive_chain | cob_bms_driver | cob_canopen_motor | cob_elmo_homing | cob_generic_can | cob_light | cob_mimic | cob_phidgets | cob_relayboard | cob_scan_unifier | cob_sick_lms1xx | cob_sick_s300 | cob_sound | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Released
Documented
cob_phidgets
- Maintainer status: maintained
- Maintainer: Benjamin Maidel <benjamin.maidel AT mojin-robotics DOT de>
- Author: Florian Weisshardt
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_driver.git (branch: kinetic_release_candidate)
cob_driver: cob_base_drive_chain | cob_bms_driver | cob_canopen_motor | cob_elmo_homing | cob_generic_can | cob_light | cob_mimic | cob_phidgets | cob_relayboard | cob_scan_unifier | cob_sick_lms1xx | cob_sick_s300 | cob_sound | cob_undercarriage_ctrl | cob_utilities | cob_voltage_control
Package Summary
Released
Documented
cob_phidgets
- Maintainer status: maintained
- Maintainer: Benjamin Maidel <benjamin.maidel AT mojin-robotics DOT de>
- Author: Florian Weisshardt
- License: Apache 2.0
- Source: git https://github.com/ipa320/cob_driver.git (branch: kinetic_release_candidate)
Contents
Hardware Check
After installation of the phidgets board execute following steps:
- login on the PC which is connected to the phidgets board
run "lsusb" in the console
- if you find something with phidgets in the printed list follow step 6.
- if not unplug and plug in the phidgets board
run "dmesg" and look at the last lines (end)
start roscore
run "relaunch cob_bringup tray_sensors.launch"
check output with "rostopic echo /tray_sensors/range_1"
Error Handling
If you get a message like "operation not permitted" you have probably not the right to open the USB device. Therefore, add an udev rule with:
sudo echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="06c2", MODE="0666", GROUP="dialout"' >> /etc/udev/rules.d/10-persistent-usb.rules && sudo chmod a+r /etc/udev/rules.d/10-persistent-usb.rules && sudo udevadm control --reload-rules
Make sure your user is in the group "dialout" with groups.