Skip to content

Commit

Permalink
[qr] add body-pose-2d support in QR
Browse files Browse the repository at this point in the history
  • Loading branch information
vacancy committed Jul 17, 2023
1 parent 3632ac9 commit 4f61978
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lisdf/parsing/qddl-builtins-v2.0.pddl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
qr::chain-conf - qr::value
qr::color - qr::value ; (r, g, b, a)

qr::pose - qr::value ; (x, y, z, roll, pitch, yaw)
qr::pose - qr::value ; (x, y, z, roll, pitch, yaw)
qr::pose2d - qr::value ; (x, y)
)

(:object-types
Expand All @@ -36,6 +37,10 @@
; ?pose: (x, y, z, roll, pitch, yaw)
(body-pose ?body - qr::body ?pose - qr::pose)

; ?body: a free body
; ?pose: (x, y)
(body-pose-2d ?body - qr::body ?pose - qr::pose2d ?atol - qr::value)

; ?body: a body
; ?scale: a single valuekj
(body-scale ?body - qr::body ?scale - qr::value)
Expand Down

0 comments on commit 4f61978

Please sign in to comment.