Robotics Common Overview
Glossary Item Box
DSS Interop Samples: Interop and Device Samples Overview
Technology Samples: Technology Samples Overview
Microsoft Robotics Developer Studio | Send feedback on this topic |
Robotics Common Overview
Robotics Common is a Dynamic Link Library (DLL) that contains most of the important robotics services in RDS. The source code is located in samples\Common.
Although it is not possible to rebuild the Robotics Common DLL because it is a core component of RDS, you can see how various services work and use the code to create new services.
The following generic contracts are defined in Robotics Common:
- Analog Sensor
- Analog Sensor Array
- Articulated Arm
- Battery
- Contact Sensor
- DepthCam Sensor
- Encoder
- Differential Drive
- Motor
- Sonar
- WebCam (the original Video camera)
- WebCam Sensor (specifically for the Kinect)
For information on how to create your own generic contracts, see Service Tutorial 8 - Generic Service Declaration.
There are also several sample sensor services in samples\Sensors. These include:
- Kinect (including Speech Recognition using the Microphone Array). Note that this service implements the DepthCam and WebCam Sensors.
- IP Camera
- SICK Laser Range Finder
- WebCam
See Also |
DSS Interop Samples: Interop and Device Samples Overview
Technology Samples: Technology Samples Overview
© 2012 Microsoft Corporation. All Rights Reserved.