-
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
Error on unity side when executing custom message in ros2-for-unity #75
Comments
Hello, No, you do not have to rewrite any files to build and use your custom messages. The error you describing doesn't look like connected with custom messages. Did this error happen after you modified the
|
Thank you. I was able to solve the problem, but when I tried to run the program on the untiy side, I got an error on the unity side. I would like to know how to deal with this problem. Thank you very much. |
Maybe the fastdds RMW was missing during the compilation? Try installing it I don't guarantee it will work, since we don't support |
Hi, I tried to run a custom message in ros2-for-unity, but an error occurred on the untiy side.
It says in how to create a custom message that I can do it by dragging and dropping files, but do I need to rewrite the files such as ROS2TalkerExample.cs?
I would like to know how to publish a custom message.
Error on the untiy side
Assets/Ros2ForUnity/Scripts/ROS2TalkerExample.cs(28,48): error CS0426: The type name 'String' does not exist in the type 'TwoInts'
The custom message file you added
injection_interface_msg
my_messages
injection_interface_msg.zip
my_messages.zip
asset.zip
Best regards.
The text was updated successfully, but these errors were encountered: