-
Notifications
You must be signed in to change notification settings - Fork 73
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
trajectory_planner compiler error #14
Comments
hi @150202029, did you make sure all installation steps were successful? can you try deleting ~/catkin_ws and repeating the installation steps? |
Yes. all setup steps are successful. I deleted all the files and did it 3 times from the beginning, but the result is still the same |
are you using Ubuntu 16.04? |
I also have the same problem. I am using Ubuntu 18.04 with ROS melodic. I have an error in the whycon_nodelet.cpp. |
The code in this repository was developed and tested on Ubuntu 16.04 with ROS kinetic. It probably will not work on other operating systems or versions. Please see README.md |
@150202029 are you using Ubuntu 16.04? did you manage to find a solution to the problem? |
Okay, thankyou for your quick response!
Regards
Vishwas Iyer
…On Tue, 3 Mar, 2020, 16:04 szebedy, ***@***.***> wrote:
The code in this repository was developed and tested on Ubuntu 16.04. It
probably will not work on other operating systems or versions. Please see
README.md
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AKZUAUUUYSPF2KSXICQKZFDRFUL6TA5CNFSM4K7FAAZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENT2V6I#issuecomment-593996537>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKZUAUUAO3MEBAIUDUQMY63RFUL6TANCNFSM4K7FAAZA>
.
|
I dont think it's the problem with Ubuntu 18.04, because I have complied successfully using Ubuntu 18.04. Maybe your Eigen version is not suited with the code. My verision is 3.3.4. |
And you have to change whycon/src/ros/whycon_nodelet.cpp "PLUGINLIB_DECLARE_CLASS(whycon, WhyconNodelet, whycon::WhyconNodelet, nodelet::Nodelet)" to "PLUGINLIB_EXPORT_CLASS(whycon::WhyconNodelet, nodelet::Nodelet) |
hi,
During compilation, the package creates a compile problem. How can I solve this?
The text was updated successfully, but these errors were encountered: