From sdk-wiki
Revision as of 15:15, 29 July 2014 by Sdkuser (talk | contribs) (Changed protection level for "Input and Output": Setting Permissions for (almost all) Pages - editable and moveable by all logged in users ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
Robot Components : Robot, Arms, Grippers, Cameras, Head, I/O, Screen |
Contents
Using the Inputs and Outputs
Summary
Explain the different types of IO, starting from the top-level: including, sensors, buttons and switches, lights, then navigators, then digital and analog io. Guide users to 'Arm / Joint' Sensing and Control as different.
Resources
ROS API
See the API Reference Page for information on the ROS Interface to the Inputs and Outputs.
Python API (baxter_interface
)
- AnalogIO interface class (
analog_io.py
) - DigitalIO interface class (
digital_io.py
) - Navigator interface class (
navigator.py
)
Examples
input_output