We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @s-nakaoka,
Due to recent modifications https://github.com/choreonoid/choreonoid/commit/90c5d5ab8ecc1544f4feefdd048242f88498bd39, robot-acces-plugin in not longer compiling when using the master branch of choreonoid.
The error appears in Hrpsys31Item.cpp line 585.
bodyItem->setZmp(Eigen::Map<const Vector3>(&command->zmp[0]));
I fix the problem by switching to the latest release version of Choreonoid. What fix would you suggest to apply here to solve the issue ?
Thanks in advance for your support.
Best regards, Thomas Duvinage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @s-nakaoka,
Due to recent modifications https://github.com/choreonoid/choreonoid/commit/90c5d5ab8ecc1544f4feefdd048242f88498bd39, robot-acces-plugin in not longer compiling when using the master branch of choreonoid.
The error appears in Hrpsys31Item.cpp line 585.
I fix the problem by switching to the latest release version of Choreonoid. What fix would you suggest to apply here to solve the issue ?
Thanks in advance for your support.
Best regards,
Thomas Duvinage
The text was updated successfully, but these errors were encountered: