Control robot servos using your body and a Microsoft Kinect
How to add the Kinect Body Control robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Camera category tab.
- Press the Kinect Body Control icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Kinect Body Control robot skill.
How to use the Kinect Body Control robot skill
This Skill enables the control of your robot's servos by moving the joints of your body, which are detected by a Microsoft XBOX 360 Kinect only. Servos can be assigned to each joint using the Settings window. Degrees to move the servos are automatically calculated for joints about the connecting joint. For example, the wrist position in degrees is calculated based on the elbow position. The elbow position in degrees is calculated based on the shoulder position. Each joint can be assigned to control servo positions between 1-180 degrees of your robot.
Required Drivers
The SDK 1.8 can be installed from here, as you will need the libraries it includes: https://www.microsoft.com/en-ca/download/details.aspx?id=40278Main Window
1. Pause Checkbox When this is checked, no servos will move.2. Sitting Position Checkbox When this is checked, only the Upper Body servos will be activated, and the lower body will not be detected. As a result, the lower body servos will not be active.
3. Kinect Body Joint Visualization This section shows a visual representation of the joint values that are detected.
4. Joint Data Output This section shows a numerical representation of the joint values that are detected.
Configuration - General Tab
1. Smoothing Value Drop-down This drop-down adjusts the smoothing value for servo movement. As the smoothing value increases, it removes the servo jitter. However, more servo delay will be introduced as the smoothing value increases.
Configuration - Upper Body Tab
1. Upper Body servo Configuration This section of six servos allows you to set up the servo movement parameters for the upper body, such as servo port, board index, servo configuration, max/min degree limitations, multiple servo control, and inverted direction.
Configuration - Lower Body Tab
1. Lower Body servo Configuration This section of 6 servos allows you to set up the servo movement parameters for the Lower body, such as servo port, board index, servo configuration, max/min degree limitations, multiple servo control, and inverted direction.
*Note: The Lower Body will not be detected when the Sitting Position checkbox is enabled (in the Main Window).
How to Use Kinect Body Control
Download and install the Kinect SDK (link in the "Required Drivers" section above).
Plug your Kinect sensor into wall power and a USB port on your PC.
Add the Kinect Body Control skill to your ARC project (Project -> Add Skill -> Misc -> Kinect Body Control).
Use the Kinect Body Control Configuration tabs to set up any servos you want to move.
Connect ARC to the servos/robot you want to control.
Ensure your body is at least 3 feet from the Kinect sensor to be detected (the ideal distance is 6 feet) and start moving around.
If you are experiencing servo jitter, try adjusting the Smoothing value in the Configuration General tab.
Video
Requirements
Kinect Compatibility We're unsure what Kinects work with the SDK in Windows due to limited information published by Microsoft (or at least hard-to-find information). There are multiple Kinect versions; the one we use is the Xbox 360 Kinect.Control Commands
There are two control commands for pausing and unpausing the Skill.- "PauseOn" will check the pause checkbox
- "PauseOff" will uncheck the pause checkbox
Work In Progress
- The servos for legs have not been implemented yet
- The shoulder rotation servos have not been implemented yet
how did this thread get here it is from Dec, 2019
It’s not a thread. It’s a robot skill and it was updated. You responded to an update for a robot skill.
got it, thanks Dj
I did the Kinect Body Control earlier
wee remote - xboz 360
more tomorrow :-)
EzAng
I am trying to teach my humanoid to use this but struggling. The shoulder rotary doesn't seem to work, the hands show up but can't link to servo, The lower body is labeled shoulder elbow same as upper body.
Doesn't seem like those are developed...
Updated to include a ControlCommand to pause and unpause the robot skill
works great, thanks