@@ -325,18 +325,17 @@ message BaseMoving
325325 //
326326 optional Orientation3d orientation = 3 ;
327327
328- // The relative velocity of the moving object w.r.t. its parent frame and
329- // parent velocity.
330- // The velocity becomes global/absolute if the parent frame does not move.
328+ // The relative velocity of the moving object w.r.t. the parent frame,
329+ // noted in the parent frame. The velocity becomes global/absolute if
330+ // the parent frame does not move."
331331 //
332332 // <tt>#position (t) := #position (t-dt)+ #velocity *dt</tt>
333333 //
334334 optional Vector3d velocity = 4 ;
335335
336- // The relative acceleration of the moving object w.r.t. its parent frame
337- // and parent acceleration.
338- // The acceleration becomes global/absolute if the parent frame is not
339- // accelerating.
336+ // The relative acceleration of the moving object w.r.t. its parent frame,
337+ // noted in the parent frame. The acceleration becomes global/absolute if
338+ // the parent frame is not accelerating.
340339 //
341340 // <tt> #position (t) := #position (t-dt)+ #velocity *dt+ #acceleration /2*dt^2</tt>
342341 //
@@ -346,7 +345,7 @@ message BaseMoving
346345
347346 // The relative orientation rate of the moving object w.r.t. its parent
348347 // frame and parent orientation rate in the center point of the bounding box
349- // (origin of the bounding box frame).
348+ // (origin of the bounding box frame), noted in the parent frame .
350349 //
351350 // <tt>Rotation_yaw_pitch_roll(#orientation (t)) := Rotation_yaw_pitch_roll(#orientation_rate *dt)*Rotation_yaw_pitch_roll(#orientation (t-dt))</tt>
352351 //
0 commit comments