You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt vendor-agnostic FullBodyTracker API in the C++ full-body examples
Follow-up to the generic FullBodyTracker refactor (#781), which removed
deviceio_trackers/full_body_tracker_pico.hpp and renamed the Pico types:
FullBodyTrackerPico -> FullBodyTracker, FullBodyPosePicoT -> FullBodyPoseT,
BodyJointPico_* -> BodyJoint_*. full_body_printer and record_full_body now
use the new header and names; no behavior change (the session still
selects the default vendor).
Both targets build, rig tests 30/30, clang-format-14 and pre-commit clean.
Signed-off-by: Jiwen Cai <jiwenc@nvidia.com>
0 commit comments