Skip to content

Commit 2466fcb

Browse files
authored
Merge pull request #769 from OpenSimulationInterface/747-add-orientation-rate-to-bone-in-pedestrian-attributes
Add orientation rate and velocity to PedestrianAttributes::Bone
2 parents 7953232 + 19bc76b commit 2466fcb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

osi_object.proto

+14
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,20 @@ message MovingObject
11721172
//
11731173
optional bool missing = 5;
11741174

1175+
// The velocity of the bone.
1176+
//
1177+
// Reference System is the root, defined by bbcenter_to_root
1178+
// (\c PedestrianAttributes::bbcenter_to_root).
1179+
//
1180+
optional Vector3d velocity = 6;
1181+
1182+
// The orientation rate of the bone.
1183+
//
1184+
// Reference System is the root, defined by bbcenter_to_root
1185+
// (\c PedestrianAttributes::bbcenter_to_root).
1186+
//
1187+
optional Orientation3d orientation_rate = 7;
1188+
11751189
// The type of the bone.
11761190
//
11771191
// \image html OSI_PedestrianModelHierarchy.jpg

0 commit comments

Comments
 (0)