-
Notifications
You must be signed in to change notification settings - Fork 99
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
catkin build error #173
Comments
I encounter the same build error using the same setup (18.04,melodic) |
Hi @bedaberner @curious-energy, this problem happened because the code tries to publish non-message object, particularly in the file
However, I still don't know whether it is the correct message object, but in my local machine, it works in the note: in the publisher definition, |
@curious-energy @bedaberner Any updates on the solution to your problem. Does @maulanaazhari solution work? |
@mhathiyari worth to try, let us know the result! |
@maulanaazhari It didn't. wondering how the others above solved it. |
Just an update used docker with ros kinetic, and you dont get the above error. Thus you can run the flight googles code in the docker and unity env on your local machine. You can use docker --net host -it NAME command to make sure your host and container share the same network thus allowing the simulation code and unity engine to communicate. |
For me changing to the following works, rosgraph_msgs::Clock clock; Cheers. |
When I build this project, some error occur
system:
ubuntu 18.04
ros melodic
reference: ROS Client
The text was updated successfully, but these errors were encountered: