git clone https://github.com/qiuwch/ArmUE4.git --recursive
git pull
, git submodule update
.
Use the map Content/DataCapture/OWI_RL.umap
.
- vset /arm/pose [rotation] [base] [elbow] [wrist] [gripper] # Set the pose immediately.
- vset /arm/moveto [rotation] [base] [elbow] [wrist] [gripper] # Set the pose with animation, stops after collsion
- vget /arm/pose # Get arm pose
After collision, the arm will stop here and can not move back, need to use set pose
to reset.