Skip to content

Commit

Permalink
Finalization of calib type 14 on fingers. (robotology#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode authored and valegagge committed May 5, 2023
1 parent b5a9f90 commit 201852c
Show file tree
Hide file tree
Showing 11 changed files with 405 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ namespace embot { namespace app { namespace eth {
Process::eApplication,
#if defined(WRIST_MK2)
#if defined(WRIST_MK2_RIGHT)
{101, 1},
{101, 2},
#else
{102, 1},
{102, 2},
#endif
#else
{103, 1},
{103, 2},
#endif
{2023, Month::Apr, Day::four, 15, 00}
{2023, Month::Apr, Day::seven, 13, 00}
},
.OStick = 1000*embot::core::time1microsec,
.OSstacksizeinit = 10*1024,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR (VERSION_MAJOR_OFFSET+3)
// <o> minor <0-255>
// <o> minor <0-255>
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 65
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 66

// </h>version

Expand All @@ -91,9 +91,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 4
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 4
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 15
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 13
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00
// </h>build date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ extern void eoprot_fun_UPDT_mc_joint_cmmnds_calibration(const EOnv* nv, const eO
}
else if (calibrator->params.type6.current==-1)
{
iCubCanProtCalibrator.params.type6.position= calibrator->params.type6.vmin;
iCubCanProtCalibrator.params.type6.position = calibrator->params.type6.vmin;
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR 3
// <o> minor <0-255>
// <o> minor <0-255>
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 47
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 48
// </h>version

// <h> build date
Expand All @@ -84,9 +84,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 4
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 4
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 15
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 13
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00
// </h>build date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern "C" {
#define EOMTHEEMSAPPLCFG_VERSION_MAJOR (VERSION_MAJOR_OFFSET+3)
// <o> minor <0-255>

#define EOMTHEEMSAPPLCFG_VERSION_MINOR 68
#define EOMTHEEMSAPPLCFG_VERSION_MINOR 69

// </h>version

Expand All @@ -96,9 +96,9 @@ extern "C" {
// <o> month <1-12>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MONTH 4
// <o> day <1-31>
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 4
#define EOMTHEEMSAPPLCFG_BUILDDATE_DAY 7
// <o> hour <0-23>
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 15
#define EOMTHEEMSAPPLCFG_BUILDDATE_HOUR 13
// <o> minute <0-59>
#define EOMTHEEMSAPPLCFG_BUILDDATE_MIN 00

Expand Down
Loading

0 comments on commit 201852c

Please sign in to comment.