Show EOL distros: 

phidgets_drivers: phidgets_api | phidgets_c_api | phidgets_imu | phidgets_ir

Package Summary

Drivers and API for Phidgets devices.

phidgets_drivers: phidgets_api | phidgets_imu | phidgets_ir

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: phidgets_api | phidgets_imu | phidgets_ir

Package Summary

API and ROS drivers for Phidgets devices

  • Maintainer status: maintained
  • Maintainer: Murilo FM <muhrix AT gmail DOT com>, Ivan Dryanovski <ccnyroboticslab AT gmail DOT com>
  • Author: Phidgets Inc., Tully Foote, Ivan Dryanovski
  • License: BSD, LGPL
  • Source: git https://github.com/ccny-ros-pkg/phidgets_drivers.git (branch: hydro)
phidgets_drivers: phidgets_api | phidgets_imu | phidgets_ir

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: libphidget21 | phidgets_api | phidgets_imu

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: libphidget21 | phidgets_api | phidgets_high_speed_encoder | phidgets_ik | phidgets_imu | phidgets_msgs

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: libphidget21 | phidgets_api | phidgets_high_speed_encoder | phidgets_imu

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: libphidget21 | phidgets_api | phidgets_high_speed_encoder | phidgets_ik | phidgets_imu | phidgets_msgs

Package Summary

API and ROS drivers for Phidgets devices

phidgets_drivers: libphidget22 | phidgets_accelerometer | phidgets_analog_inputs | phidgets_api | phidgets_digital_inputs | phidgets_digital_outputs | phidgets_gyroscope | phidgets_high_speed_encoder | phidgets_ik | phidgets_magnetometer | phidgets_motors | phidgets_msgs | phidgets_spatial | phidgets_temperature

Package Summary

API and ROS drivers for Phidgets devices

Overview

This stack contains drivers and an API for phidget devices. It contains the following packages:

  • libphidget21: downloads, builds and installs the official Phidgets C API

  • phidgets_api: a C++ API built on top of libphidget21. All Phidgets inherit from a single Phidget base class.

  • phidgets_high_speed_encoder: A ROS node for Phidgets high-speed encoder decoder.

  • phidgets_ik: A ROS node for the Phidgets Interface Kit, built on top of the C++ API.

  • phidgets_imu: A ROS node for the Phidgets Spatial 3/3/3 IMU, built on top of the C++ API.

Please see the phidgets_api documentation for an example on how to implement new types of Phidgets.

Installing

From binaries

For installing from binaries, simply use apt-get, for example:

   1 sudo apt-get install ros-kinetic-phidgets-imu

From source

For installing from source, it is best to follow the instructions in the README.md file in the github repository.

Rules setup

To set up your udev rules for the phidgets USB devices, run this script:

   1 cd ~/catkin_ws
   2 sh src/phidgets_drivers/phidgets_api/share/setup-udev.sh

You will be prompted for a sudo password.

Wiki: phidgets_drivers (last edited 2018-10-09 13:43:46 by MartinGuenther)