ahq1993 / MPNet

Motion Planning Networks
MIT License
216 stars 49 forks source link

Hi, could you let me know what observations were used in 7 DOF robot environment? #11

Closed MinsungYoon closed 4 years ago

MinsungYoon commented 4 years ago

I think that the joint's angle and velocity and link's position and velocity(transitional and rotational) are usually used in a manipulation task.

I want to know which information is considered to the input of the neural network ( without the feature Z from the environment's cloud points ).

Thanks for your kind response in advance ^ ^!

ahq1993 commented 4 years ago

In the case of simple 2D, complex 2D/3D, and rigid body, we create a point-cloud by sampling the obstacle space from a known environment. In the case of Baxter, the point-cloud is from a depth sensor. You can further process your point-cloud into voxel and use 3D-CNN for encoding. Please follow the updated instruction on the github!