You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.0KB

  1. LiCKS Messages (to ikd):
  2. First character is licks_message.type
  3. H connection handhake, can be used as ping
  4. P(0|1) servo power off/on
  5. Bd x y z r p y move body, d=duration of movement in frames,
  6. (x,y,z) = movement vector,
  7. (r,p,y) = roll/pitch/yaw rotation vector
  8. Ld n x y z move leg n
  9. Gd x y z phi h set gait parameters; d=duration of one step,
  10. (x,y,z) = step vector,
  11. phi = step z-rotation,
  12. h = step height
  13. Q(0|1) query off/on
  14. X exit ikd
  15. LiCKS Answer Messages (from ikd, will be sent periodically when query mode is on):
  16. licks_message.type == 'A'
  17. AH2U2 connection handshake answer
  18. ABx y z r p y (x,y,z) = body position, (r,p,y) = body rotation
  19. ALn x y z a1 a2 a3 n = leg number, (x,y,z) = leg endpoint, (a1,a2,a3) = ik angles
  20. AGd x y z phi h gait parameters, see above
  21. ASp q status, p = power, q = query mode