-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
some question about building with custom messages in standalone mode #72
Comments
Putting the message package manually should work fine 🤔 Out of curiosity, if you rerun the build command, does it fix the problem or is it persistent? |
sorry to response so lately,actually it will still give the error message even when I rerun the command,but the author of rm_vision_simulator has told me that the repo doesn't need to build the ros2-for-unity with custom message |
the error still exists even if I remove the custom message to build: |
Hmm, I can't see any errors on the provided screenshot. 🤔 Some packages had a stderr output, but that doesn't mean that there are actual errors. The build system just uses stderr output to print some warnings at some point. You can ignore it. |
@pijaro Hi,sorry to bother you here,but I meet some problem when I attempt to build it with my custom messages,the output of
./build.sh --standalone --clean-install
is shown below:as you can see the custom message is auto_aim_interfaces which is failed during building and here is the message in auto_aim_interfaces's stderr.log:
I'm guessing that the source directory
/root/ros2-for-unity/src/ros2cs/custom_messages/rm_auto_aim/auto_aim_interfaces
does not exist is because I used to set the remote repo in ros2_for_unity_custom_messages.repos but it should not happen because now I just put the auto_aim_interfaces next to other packages in the src/ros2 sub-folder.Actually the package is needed by the project rm_vision_simulator which is originally using ros2-for-unity 1.2.0 release,However,I want to build the ros2-for-unity in standalone mode in order to run the simulator without ros2 installation of the host.I'm not sure if I only need to build ros2-for-unity with auto_aim_interfaces or the entire rm_auto_aim,hope you can give me some advice!:-)The text was updated successfully, but these errors were encountered: