Skip to content

Commit

Permalink
Comments added about wrist parking procedures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-git committed Feb 15, 2024
1 parent e279e53 commit 6c20622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emBODY/eBcode/arch-arm/embobj/plus/mc/JointSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ enum wrist_mk_version_t {WRIST_MK_VER_2_0 = 20, WRIST_MK_VER_2_1 = 21};
/* The struct wristMk2_t contains all the data related to the wrist MK2*/
typedef struct //wristMk2_t
{
// The warmup flag is == 2 at startup and makes the wrist start a first parking move.
// warmup == 1 means first parking in progress, and warmup == 0 means first parking done.
// Thanks to the new direct kinematics solver all the parking procedures will be likely removed
// after some time of use of the robot without problems because no more necessary.
BOOL is_parking;
int warmup;

Expand Down

0 comments on commit 6c20622

Please sign in to comment.