Skip to content

Commit

Permalink
Fixed docstrings of classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSchneider42 committed May 27, 2024
1 parent 0d54e97 commit 35911e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions include/franky/robot_pose.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
namespace franky {

/**
* @class RobotPose
* @brief A class to represent the cartesian pose of a robot.
* @brief Represents the cartesian pose of a robot.
*
* This class encapsulates the cartesian pose of a robot, which comprises the end effector pose and the elbow position.
*/
Expand Down
6 changes: 4 additions & 2 deletions include/franky/robot_velocity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
namespace franky {

/**
* @brief Class to represent the cartesian velocity of a robot. It comprists the twist of the end effector and the
* joint velocity of the elbow.
* @brief Represents the cartesian velocity of a robot.
*
* This class encapsulates the cartesian velocity of a robot, which comproses the end effector twist and the elbow
* velocity.
*/
class RobotVelocity {
public:
Expand Down
2 changes: 1 addition & 1 deletion include/franky/twist.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace franky {

/**
* @brief Class to represent the twist of a robot.
* @brief Represents the twist of a frame.
*/
class Twist {
public:
Expand Down

0 comments on commit 35911e5

Please sign in to comment.