Skip to content

Commit

Permalink
Add velocity
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Jan 30, 2024
1 parent d9f2f3d commit 43bc112
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion osi_object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1172,9 +1172,16 @@ 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.
//
optional Orientation3d orientation_rate = 6;
optional Orientation3d orientation_rate = 7;

// The type of the bone.
//
Expand Down

0 comments on commit 43bc112

Please sign in to comment.