Skip to content
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

Open
150202029 opened this issue Mar 1, 2020 · 9 comments
Open

trajectory_planner compiler error #14

150202029 opened this issue Mar 1, 2020 · 9 comments

Comments

@150202029
Copy link

hi,
During compilation, the package creates a compile problem. How can I solve this?
errortre

@szebedy
Copy link
Owner

szebedy commented Mar 2, 2020

hi @150202029,

did you make sure all installation steps were successful? can you try deleting ~/catkin_ws and repeating the installation steps?

@150202029
Copy link
Author

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

@szebedy
Copy link
Owner

szebedy commented Mar 2, 2020

are you using Ubuntu 16.04?

@vish2701
Copy link

vish2701 commented Mar 3, 2020

I also have the same problem. I am using Ubuntu 18.04 with ROS melodic. I have an error in the whycon_nodelet.cpp.

@szebedy
Copy link
Owner

szebedy commented Mar 3, 2020

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

@szebedy
Copy link
Owner

szebedy commented Mar 4, 2020

@150202029 are you using Ubuntu 16.04? did you manage to find a solution to the problem?

@vish2701
Copy link

vish2701 commented Mar 5, 2020 via email

@dssdyx
Copy link

dssdyx commented Mar 28, 2020

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.

@dssdyx
Copy link

dssdyx commented Mar 28, 2020

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)
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants