Skip to content

Commit

Permalink
Merge pull request #258 from robotology/Nicogene-patch-1
Browse files Browse the repository at this point in the history
Fix rfe imu frame orientation
  • Loading branch information
traversaro authored Feb 6, 2024
2 parents bbb2213 + ccb9038 commit 9a939e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simmechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ macro(generate_icub_simmechanics)
set(RFE_ADDITIONAL_TRANSFORMATION "")
if(GIVTWO_ICUB_2_6 OR GIVTWO_ICUB_2_7)
set(RFE_ADDITIONAL_TRANSFORMATION
"additionalTransformation: [0.0323779, -0.0139537, 0.072, -3.14159265358979, 0, -1.5707963267949]")
"additionalTransformation: [0.0323779, -0.0139537, 0.072, 3.14159265358979, 0, 1.5707963267949]")

endif()
# The ICUB_2_7 option is used to modify the iCub 2.5.5 model to
Expand Down

0 comments on commit 9a939e2

Please sign in to comment.