Skip to content

Commit

Permalink
Improve rbs's velocities documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobrittoneto committed Dec 20, 2018
1 parent 9d1b44f commit fbfbbed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/samples/RigidBodyState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ namespace base { namespace samples {
*/
base::Matrix3d cov_orientation;

/** Velocity in m/s of sourceFrame expressed in targetFrame */
/** Velocity in m/s of sourceFrame relative to targetFrame,
* expressed in targetFrame */
base::Vector3d velocity;
/** Covariance of the velocity
*/
base::Matrix3d cov_velocity;

/** Angular Velocity as an axis-angle representation in sourceFrame (body fixed frame)
/** Angular Velocity of sourceFrame relative to targetFrame,
* expressed in sourceFrame, as an axis-angle representation
*
* The direction of the vector is the axis, its length the speed */
base::Vector3d angular_velocity;
Expand Down

0 comments on commit fbfbbed

Please sign in to comment.