You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the function headers of g2o have changed since dvo_slam was published?
Can anybody confirm or deny this? / Had this problem?
The compile error is:
/home/marc/Workspace/ROS/tum_ros/src/dvo_slam/dvo_slam/src/keyframe_graph.cpp: In constructor ‘dvo_slam::internal::KeyframeGraphImpl::KeyframeGraphImpl()’:
/home/marc/Workspace/ROS/tum_ros/src/dvo_slam/dvo_slam/src/keyframe_graph.cpp:140:5: error: no matching function for call to ‘g2o::BlockSolver<g2o::BlockSolverTraits<6, 3> >::BlockSolver(dvo_slam::internal::KeyframeGraphImpl::LinearSolver*)’
)));
^
In file included from /usr/local/include/g2o/core/block_solver.h:199:0,
from /home/marc/Workspace/ROS/tum_ros/src/dvo_slam/dvo_slam/src/keyframe_graph.cpp:48:
/usr/local/include/g2o/core/block_solver.hpp:40:1: note: candidate: g2o::BlockSolver<Traits>::BlockSolver(std::unique_ptr<typename Traits::LinearSolverType>) [with Traits = g2o::BlockSolverTraits<6, 3>; typename Traits::LinearSolverType = g2o::LinearSolver<Eigen::Matrix<double, 6, 6> >]
BlockSolver<Traits>::BlockSolver(std::unique_ptr<LinearSolverType> linearSolver)
^
/usr/local/include/g2o/core/block_solver.hpp:40:1: note: no known conversion for argument 1 from ‘dvo_slam::internal::KeyframeGraphImpl::LinearSolver* {aka g2o::LinearSolverEigen<Eigen::Matrix<double, 6, 6> >*}’ to ‘std::unique_ptr<g2o::LinearSolver<Eigen::Matrix<double, 6, 6> >, std::default_delete<g2o::LinearSolver<Eigen::Matrix<double, 6, 6> > > >’
Do I have to roll back my g2o verison?
The text was updated successfully, but these errors were encountered:
geoeo
changed the title
cant find function from the g2o package when compilong dvo_slam
cant find function from the g2o package when compiling dvo_slam
Aug 28, 2018
Hello,
Apparently the function headers of g2o have changed since dvo_slam was published?
Can anybody confirm or deny this? / Had this problem?
The compile error is:
Do I have to roll back my g2o verison?
The text was updated successfully, but these errors were encountered: