We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d54262e + 8ec85ee commit 3b59ac0Copy full SHA for 3b59ac0
demo/V1/piper_read_fk.py
@@ -12,7 +12,6 @@
12
piper = C_PiperInterface()
13
piper.ConnectPort()
14
while True:
15
- print(piper.GetFK())
16
- print(piper.GetArmEndPoseMsgs())
17
- # print(piper.GetArmJointMsgs())
+ print(f"feedback:{piper.GetFK('feedback')}")
+ print(f"control:{piper.GetFK('control')}")
18
time.sleep(0.01)
demo/V2/piper_read_fk.py
piper = C_PiperInterface_V2()
0 commit comments