Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

RoboDK and kinect sensor

#3
I recommend you to take a look at example attached.

You can run this file and you'll be able to jog the robot from the keyboard. Make sure to run it separately in console mode so you can intercept the keyboard input in console mode.

如果你想to integrate a Kinect sensor you should translate human movements (provided by the Kinect sensor) to a robot translation (and maybe orientation).

If you take a look at the example attached you'll find a translation vector [x,y,z] and a speed (they are multiplied to obtain the next translation). You need to retrieve similar information provided from the Microsoft Kinect sensor and feed it to the algorithm in this file (or similar). This algorithm calculates the new robot position based on the forward/inverse kinematics and checks to make sure you don't suddenly change the robot configuration.


Attached Files
.py Jog_Robot_With_Keyboard.py(Size: 3.01 KB / Downloads: 580)


Messages In This Thread
RoboDK and kinect sensor - byMitja GOLOB- 02-04-2019, 09:51 AM
RE: RoboDK and kinect sensor - byMitja GOLOB- 02-04-2019, 01:06点
RE: RoboDK and kinect sensor - byAlbert- 02-06-2019, 01:52 AM
RE: RoboDK and kinect sensor - byavpai1992- 02-28-2019, 04:39 PM



Users browsing this thread:
2 Guest(s)