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

catkin_make #48

Open
1053702092 opened this issue Feb 10, 2023 · 0 comments
Open

catkin_make #48

1053702092 opened this issue Feb 10, 2023 · 0 comments

Comments

@1053702092
Copy link

1053702092 commented Feb 10, 2023

/home/jetson/ego-planner-swarm/src/planner/bspline_opt/include/bspline_opt/uniform_bspline.h:59:63: error: ‘vector’ does not name a type; did you mean ‘perror’?
static void parameterizeToBspline(const double &ts, const vectorEigen::Vector3d &point_set,
^~~~~~
perror
/home/jetson/ego-planner-swarm/src/planner/bspline_opt/include/bspline_opt/uniform_bspline.h:59:69: error: expected ‘,’ or ‘...’ before ‘<’ token
static void parameterizeToBspline(const double &ts, const vectorEigen::Vector3d &point_set,
^
/home/jetson/ego-planner-swarm/src/planner/bspline_opt/src/uniform_bspline.cpp:211:8: error: prototype for ‘void ego_planner::UniformBspline::parameterizeToBspline(const double&, const std::vector<Eigen::Matrix<double, 3, 1> >&, const std::vector<Eigen::Matrix<double, 3, 1> >&, Eigen::MatrixXd&)’ does not match any in class ‘ego_planner::UniformBspline’
void UniformBspline::parameterizeToBspline(const double &ts, const vectorEigen::Vector3d &point_set,
^~~~~~~~~~~~~~
In file included from /home/jetson/ego-planner-swarm/src/planner/bspline_opt/src/uniform_bspline.cpp:1:0:
/home/jetson/ego-planner-swarm/src/planner/bspline_opt/include/bspline_opt/uniform_bspline.h:59:17: error: candidate is: static void ego_planner::UniformBspline::parameterizeToBspline(const double&, int)
static void parameterizeToBspline(const double &ts, const vectorEigen::Vector3d &point_set,
^~~~~~~~~~~~~~~~~~~~~
planner/bspline_opt/CMakeFiles/bspline_opt.dir/build.make:75: recipe for target 'planner/bspline_opt/CMakeFiles/bspline_opt.dir/src/uniform_bspline.cpp.o' failed
make[2]: *** [planner/bspline_opt/CMakeFiles/bspline_opt.dir/src/uniform_bspline.cpp.o] Error 1
CMakeFiles/Makefile2:5244: recipe for target 'planner/bspline_opt/CMakeFiles/bspline_opt.dir/all' failed
make[1]: *** [planner/bspline_opt/CMakeFiles/bspline_opt.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j1" failed
是因为版本的问题吗

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

1 participant