Skip to content

Commit

Permalink
Update icub_firmware_shared_VERSION to 1.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode authored and valegagge committed Nov 28, 2023
1 parent 09fa00b commit 2f4c903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.12)

project(icub_firmware_shared
VERSION 1.37.1)
VERSION 1.37.2)

find_package(YCM 0.11.0 REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion eth/embobj/plus/comm-v2/icub/EoError.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const eoerror_valuestring_t eoerror_valuestrings_MC[] =
{eoerror_value_MC_motor_wrong_state, "MC: 2FOC wrong state. The 2FOC motor controller is in a control state different from required by the EMS.", "In par64 0xF0 is the mask of requested state, 0x0F is the mask of actual state. par16 = ID of joint."},
{eoerror_value_MC_joint_hard_limit, "MC: hard limit reached. The joint position is outside its hardware boundaries.", "In par16 = ID of joint."},
{eoerror_value_MC_motor_qencoder_phase_disappeared, "MC: qenc error has disappeared, warning counter has been reset.", ""},
{eoerror_value_MC_motor_overheating, "MC: overheating. Temperature hardware limit exceeded. The motor has been turned off to prevent it from being damaged by overheating.", "In par16 = ID of the joint. In par64 0xFF is the mask of the raw tmperature feedback."}
{eoerror_value_MC_motor_overheating, "MC: overheating. Temperature hardware limit exceeded. The motor has been turned off to prevent it from being damaged by overheating.", "In par16 = ID of the joint. In par64 0xFFFF is the mask of the raw tmperature feedback."}

}; EO_VERIFYsizeof(eoerror_valuestrings_MC, eoerror_value_MC_numberof*sizeof(const eoerror_valuestring_t))

Expand Down

0 comments on commit 2f4c903

Please sign in to comment.