Skip to content

Commit

Permalink
Merge pull request #769 from OpenSimulationInterface/747-add-orientat…
Browse files Browse the repository at this point in the history
…ion-rate-to-bone-in-pedestrian-attributes

Add orientation rate and velocity to PedestrianAttributes::Bone
  • Loading branch information
pmai authored Feb 13, 2024
2 parents 7953232 + 19bc76b commit 2466fcb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions osi_object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,20 @@ message MovingObject
//
optional bool missing = 5;

// The velocity of the bone.
//
// Reference System is the root, defined by bbcenter_to_root
// (\c PedestrianAttributes::bbcenter_to_root).
//
optional Vector3d velocity = 6;

// The orientation rate of the bone.
//
// Reference System is the root, defined by bbcenter_to_root
// (\c PedestrianAttributes::bbcenter_to_root).
//
optional Orientation3d orientation_rate = 7;

// The type of the bone.
//
// \image html OSI_PedestrianModelHierarchy.jpg
Expand Down

0 comments on commit 2466fcb

Please sign in to comment.