marooncn / robot_grasp

robot grasp task for JCAR competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robot_grasp

This repository saves some code of JCAR Compedtition. The competition includes simulation part and 
physical part. branch v2 is the simulation environment I build. Thank Jianbo Zhang to build 
3D model files. This branch includes classification and cooridinate transform code of physical part.


We improve the official kinova model, here are the details.

Physical part

environment


classify

raw image from kinect
raw image from kinect
grayscale
grayscale
classification with decision tree
classification with decision tree

coordinate transformation

then transfrom the goal point in the captured image into space point in the robot base cooriedinator.
python version: transform.py
C++ version: transform.cpp

About

robot grasp task for JCAR competition


Languages

Language:Python 77.3%Language:C++ 14.9%Language:CMake 7.8%