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
[ 8%] Generating Lisp code from as_arm_description/CheckCollisionValid.srv ERROR: Duplicate field names in message: ['name', 'x', 'y', 'z', 'r', 'p', 'y'] make[2]: *** [/home/wwb686/catkin_ws/devel/share/common-lisp/ros/as_arm_description/srv/CheckCollisionValid.lisp] Error 1 make[1]: *** [as_arm_description/CMakeFiles/as_arm_description_generate_messages_lisp.dir/all] Error 2 make: *** [all] Error 2 Invoking "make -j1 -l1" failed
The text was updated successfully, but these errors were encountered:
定义的GetCubePos.srv和SetCubePos.srv里,描述位置的变量y和描述欧拉角的y重复了,修改一下变量名即可
Sorry, something went wrong.
No branches or pull requests
[ 8%] Generating Lisp code from as_arm_description/CheckCollisionValid.srv
ERROR: Duplicate field names in message: ['name', 'x', 'y', 'z', 'r', 'p', 'y']
make[2]: *** [/home/wwb686/catkin_ws/devel/share/common-lisp/ros/as_arm_description/srv/CheckCollisionValid.lisp] Error 1
make[1]: *** [as_arm_description/CMakeFiles/as_arm_description_generate_messages_lisp.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j1 -l1" failed
The text was updated successfully, but these errors were encountered: