Skip to content

Instantly share code, notes, and snippets.

@qiuwch
Last active October 28, 2018 03:37
Show Gist options
  • Save qiuwch/0af9614c44bd3366521fca666d02d7b9 to your computer and use it in GitHub Desktop.
Save qiuwch/0af9614c44bd3366521fca666d02d7b9 to your computer and use it in GitHub Desktop.

From scratch

git clone https://github.com/qiuwch/ArmUE4.git --recursive

Update

git pull, git submodule update.

Commands

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

Issue

After collision, the arm will stop here and can not move back, need to use set pose to reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment