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

eigen error #3

Open
zrd1234 opened this issue Dec 21, 2023 · 2 comments
Open

eigen error #3

zrd1234 opened this issue Dec 21, 2023 · 2 comments

Comments

@zrd1234
Copy link

zrd1234 commented Dec 21, 2023

123456

@USE-jx
Copy link
Owner

USE-jx commented Dec 22, 2023

123456

这个我也不知道

@luozhiyang-max
Copy link

I also encountered this problem, which should have occurred on the Eigen version. Someone successfully switched to 3.3.0; But my solution is to modify the file Fast-Planner/fast_planner/poly_traj/include/poly_traj/polynomial_traj.h for (double i=3; i<order; i+=1) for (double j=3; j < order; j += 1) , Change the double here to int, and modify it to for (int i=3; i<order; i+=1) for (int j=3; j < order; j += 1),ReferenceHKUST-Aerial-Robotics/Fast-Planner#92

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

3 participants