-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missing Waypoint.h Header File in rosns3_client Package #2
Comments
Hello @JamesWaynessss, Thank you for trying out the simulator! Can you try building the I've encountered this issue also in malintha/multi_uav_simulator#11 too. I believe the permanent solution here would be to move the |
Dear Malintha Fernando, Thank you for your prompt response and suggestions regarding the I tried building the After some investigation, I found a solution that resolved the compilation problem effectively. By adding the following lines to the
This addition ensured that the necessary dependencies were correctly handled during the build process, and the issue was resolved. Specifically, placing this I hope this information is helpful for you and others who might encounter a similar problem. Thank you again for your support and the valuable work you have done with this project. Best regards, |
Dear Malintha Fernando,
Thank you for developing and sharing the rosns3_client project.
I encountered a small issue while trying to use the project. It seems that the
Waypoint.h
header file is missing from therosns3_client/include
directory. This caused a #include "rosns3_client/Waypoint.h" 'file not found' error during compilation.Alternatively, if I missed some steps that led to this problem, your guidance on the correct procedure would be greatly appreciated.
Thank you for your time and effort!
The text was updated successfully, but these errors were encountered: