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
Thanks for sharing the nice work! Can I ask which opencv version were you using? when I compiled dsv_planner, there are following errors related to opencv dsv_planner/devel/lib/libvolumetric_map_base.so: undefined reference to cv::Mat::updateContinuityFlag()'`
The text was updated successfully, but these errors were encountered:
Thanks for your interest on our work. My OpenCV version is 3.2, the default version of ubuntu 18.04. Before you compile the whole workspace, please make sure you install all the dependency according to the instruction. Feel free to ask here if you get any other issue.
Got the same error. I also have opencv 3.2 which is the default version comes with ros-melodic installation. Is there any way to define inside the package which specific version of opencv to use during compile & run ?
Hi Hongbiao,
Thanks for sharing the nice work! Can I ask which opencv version were you using? when I compiled dsv_planner, there are following errors related to opencv
dsv_planner/devel/lib/libvolumetric_map_base.so: undefined reference to
cv::Mat::updateContinuityFlag()'`The text was updated successfully, but these errors were encountered: