Skip to content

Commit

Permalink
Start to write a virtual robot arm demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed Jul 31, 2017
1 parent a496ff8 commit a51bb31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/arm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# A virtual robot arm demo to show blueprint interop, domain-adaptation and collision event
from unrealcv import client

def main():
client.connect()
client.request('vexec ArmController_C_0 ToggleRandomPose')

if __name__ == '__main__':
main()

0 comments on commit a51bb31

Please sign in to comment.