Skip to content

Commit

Permalink
fix: doxygen docstrings
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Eberhard <32450951+eeberhard@users.noreply.github.com>
  • Loading branch information
JasperTan97 and eeberhard authored Sep 28, 2023
1 parent 33bd742 commit 0dc773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/robot_model/include/robot_model/Model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class Model {
* @param cartesian_twists vector of twist
* @param joint_positions current joint positions, used to compute the Jacobian matrix
* @param frames names of the frames at which to compute the twists
* @param damped least square term
* @param dls_lambda damped least square term
* @return the joint velocities of the robot
*/
state_representation::JointVelocities inverse_velocity(const std::vector<state_representation::CartesianTwist>& cartesian_twists,
Expand Down

0 comments on commit 0dc773c

Please sign in to comment.