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
모션를 짜는 도중 g명령어가 동작하지 않는 문제를 발견하고 소스 확인 결과 basemodule를 추가하지 않아서 생기는것을 확인 했습니다.
ROBOTIS-OP3-Tools/op3_action_editor/src/action_editor.cpp
Line 270 in 956f77e
해당 소스 아래에 밑에 한줄을 추가하고 해결되었습니다.
ctrl_->addMotionModule((robotis_framework::MotionModule*) BaseModule::getInstance());
The text was updated successfully, but these errors were encountered:
No branches or pull requests
모션를 짜는 도중 g명령어가 동작하지 않는 문제를 발견하고 소스 확인 결과 basemodule를 추가하지 않아서 생기는것을 확인 했습니다.
ROBOTIS-OP3-Tools/op3_action_editor/src/action_editor.cpp
Line 270 in 956f77e
해당 소스 아래에 밑에 한줄을 추가하고 해결되었습니다.
ctrl_->addMotionModule((robotis_framework::MotionModule*) BaseModule::getInstance());
The text was updated successfully, but these errors were encountered: