Code Monkey home page Code Monkey logo

xivo_ros's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

xijunke

xivo_ros's Issues

Won't compile with recent Xivo

I'm trying to get this working and having some difficulty.
Machine is a fresh install of Ubuntu 20.04, with ROS Noetic.

To add paths to missing libraries, I've changed my CmakeLists.txt in xivo_ros to the following:

`include_directories(
  $ENV{XIVO_ROOT}/common
  $ENV{XIVO_ROOT}/src
  $ENV{XIVO_ROOT}/thirdparty/eigen-3.3.7/include/eigen3
  $ENV{XIVO_ROOT}/thirdparty/jsoncpp/include
  $ENV{XIVO_ROOT}/thirdparty/Pangolin/include
  $ENV{XIVO_ROOT}/thirdparty/glog/build
  $ENV{XIVO_ROOT}/thirdparty/glog/include
  $ENV{XIVO_ROOT}/thirdparty/gflags/include
  $ENV{XIVO_ROOT}/thirdparty/DBoW2/include
  $ENV{XIVO_ROOT}/thirdparty/pnp
  ${PROJECT_SOURCE_DIR}/include
  ${CATKIN_DEVEL_PREFIX}/include
  ${catkin_INCLUDE_DIRS}
)

find_package(OpenCV REQUIRED)

link_directories(
  $ENV{XIVO_ROOT}/lib
  $ENV{XIVO_ROOT}/thirdparty/gflags/lib
  $ENV{XIVO_ROOT}/thirdparty/glog/lib
  $ENV{XIVO_ROOT}/thirdparty/jsoncpp/lib
  $ENV{XIVO_ROOT}/thirdparty/Pangolin/lib
  $ENV{XIVO_ROOT}/thirdparty/DBoW2/lib
  $ENV{XIVO_ROOT}/thirdparty/gflags/lib
)`

And am now getting this error:

`/usr/bin/ld: /home/andy/xivo/lib/libxest.a(graph.cpp.o): in function `xivo::Graph::FindNewGaugeFeatures(xivo::Group*)':
/home/andy/xivo/src/graph.cpp:270: undefined reference to `xivo::PointsAreCollinear(std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, std::allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, double)'
collect2: error: ld returned 1 exit status
make[2]: *** [xivo_ros/CMakeFiles/xivo_ros.di`

Any help appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.