Skip to content

Commit

Permalink
Merge pull request #100 from Brazilian-Institute-of-Robotics/ang_vel_…
Browse files Browse the repository at this point in the history
…documentation

Make explicit that body fixed frame is the sourceFrame
  • Loading branch information
doudou authored Dec 20, 2018
2 parents 24c575a + fbfbbed commit 48abcb8
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 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 48abcb8

Please sign in to comment.