Hello Jere,
I am following your instruction to set up the toolkit to measure the human joint angles using Delsys IMU. I have generated vs solution using Cmake but there is an error when I tried to build the "ALL_BUILD" using visual studio 2017. The error is "C2100: illegal indirection" pointing to std::array<double, 3> RPY({ roll, pitch, yaw }); in IMUHandler.cxx. I am using Opensim 4.1. Any idea on how to solve the issue? Thank you.
Hello Jere,
I am following your instruction to set up the toolkit to measure the human joint angles using Delsys IMU. I have generated vs solution using Cmake but there is an error when I tried to build the "ALL_BUILD" using visual studio 2017. The error is "C2100: illegal indirection" pointing to
std::array<double, 3> RPY({ roll, pitch, yaw });in IMUHandler.cxx. I am using Opensim 4.1. Any idea on how to solve the issue? Thank you.