-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API documentation common Set* features #165
Conversation
Signed-off-by: anindex <[email protected]>
Signed-off-by: anindex <[email protected]>
Signed-off-by: anindex <[email protected]>
Signed-off-by: anindex <[email protected]>
Signed-off-by: anindex <[email protected]>
Signed-off-by: anindex <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments to be addressed, otherwise looks good to me. Good work!
/// analog to both `Link::SetWorldPose` and `Model::SetWorldPose`. | ||
/// for FreeGroup is not well defined and difficult to implement | ||
/// with generalized coordinates. The FreeGroup::SetWorldPose function should | ||
/// provide an analog to both `Link::SetWorldPose` and `Model::SetWorldPose`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove the back ticks here since the previous Link::SetWorldPose
didn't use them
include/ignition/physics/Joint.hh
Outdated
@@ -103,6 +103,9 @@ namespace ignition | |||
}; | |||
|
|||
///////////////////////////////////////////////// | |||
/// \brief This feature sets the generalized Joint states such as | |||
/// Position, Velocity, Acceleration of the Joint and the applied Force to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment about capitalization here
Btw there are some code check errors in the CI need to be addressed too https://github.com/ignitionrobotics/ign-physics/pull/165/checks?check_run_id=1400840714 |
Signed-off-by: anindex <[email protected]>
* RemoveModelFromWorld doc * SetBasicJointState doc * SetJointVelocity doc * SetShape* doc * SetCylinderShapeProperties* doc * SetFreeGroupWorldPose and Velocity doc * Refine docs Co-authored-by: anindex <[email protected]>
From issue #9