Skip to content

Commit 4694bcc

Browse files
committed
Minor comments
1 parent d879f1d commit 4694bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/simple-mpc/robot-handler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace simple_mpc
6060
size_t addPointFoot(const std::string & foot_name, const std::string & reference_parent_frame_name);
6161

6262
/**
63-
* @brief Create a point foot, that can apply 6D wrench to the ground. (in comparison to point foot)
63+
* @brief Create a quad foot, that can apply 6D wrench to the ground. (in comparison to point foot)
6464
*
6565
* @param foot_name Frame name that will be used a a foot
6666
* @param reference_parent_frame_name Frame to which the foot reference
@@ -85,7 +85,7 @@ namespace simple_mpc
8585
void setFootReferencePlacement(size_t foot_nb, const SE3 & parentframeMfootref);
8686

8787
/**
88-
* @brief Perform a finite difference on the sates.
88+
* @brief Perform a difference on the states.
8989
*
9090
* @param[in] x1 Initial state
9191
* @param[in] x2 Desired state

0 commit comments

Comments
 (0)