Skip to content

Commit

Permalink
Make explicit that body fixed frame is the sourceFrame
Browse files Browse the repository at this point in the history
As the frames are formally described as sourceFrame and targetFrame,
make it clear that the angular velocity is represented in sourceFrame.
Let an indication that it is the "body" frame, as in the RigidBodyState documentation
  • Loading branch information
joaobrittoneto committed Oct 20, 2016
1 parent b48e63d commit 9d1b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samples/RigidBodyState.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace base { namespace samples {
*/
base::Matrix3d cov_velocity;

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

0 comments on commit 9d1b44f

Please sign in to comment.