Giter VIP home page Giter VIP logo

ceres_catkin's Introduction

ceres_catkin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ceres_catkin's Issues

Wrong Suitesparse header location

Just tried to use the package on a clean 16.04 installation.
However, ceres doesn't find the Suitesparse headers, since ${CATKIN_DEVEL_PREFIX} is pointing to the .private directory.

The solution for me are these two changes:
ceres_catkin/CMakeLists.txt

-    -DSUITESPARSE_INCLUDE_DIR_HINTS=${CATKIN_DEVEL_PREFIX}/include/suitesparse 
+    -DSUITESPARSE_INCLUDE_DIR_HINTS=${suitesparse_INCLUDE_DIRS}

suitesparse/CMakeLists.txt

-    INCLUDE_DIRS include ${SUITESPARSE_INCLUDE_DEST}
+    INCLUDE_DIRS ${SUITESPARSE_INCLUDE_DEST}

Broken link to ceres_catkin: catkin_simple

Hi!
I am trying to use ceres, but when building it, I get the following error:

CMake Error at gflags_catkin/CMakeLists.txt:4 (find_package):
By not providing "Findcatkin_simple.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"catkin_simple", but CMake did not find one.
I actually tried to build ceres without pulling the following git repository because the link is broken.
https://github.com/ethz-asl/catkin_simple
Could you please make it available again?

Thanks in advance,

rosdep on undefined key 'blas'

I was working with this package in a workspace and invoked rosdep install with the --from-path option and it could not resolve the blas rosdep key.

There's a similar rule here: https://github.com/ros/rosdistro/blob/master/rosdep/base.yaml#L1300-L1304

And there's Atlas: https://github.com/ros/rosdistro/blob/master/rosdep/base.yaml#L200 which is also a dependency.

It successfully built after running rosdep install --from-path . -iy --skip-keys blas which suggests that this dependency declaration might be unnecessary.

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.