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

Fix catkin_lint errors #260

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2021

  1. Fix catkin_lint errors due to 'catkin_package DEPENDS' misconfigurati…

    …on and multiple catkin_package calls. Use find_package(Threads) and THREADS_PREFER_PTHREAD_FLAG ON to configure both compiler and linker -pthread flags.
    Augustin Manecy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    2db9768 View commit details
    Browse the repository at this point in the history
  2. try to fix catkin_lint error: 'unknown boost'

    Augustin Manecy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f4ab978 View commit details
    Browse the repository at this point in the history
  3. Add missing deps in CMakeLists.txt

    Augustin Manecy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ca4e951 View commit details
    Browse the repository at this point in the history
  4. boost to Boost in package.xml

    Augustin Manecy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    08072ff View commit details
    Browse the repository at this point in the history
  5. try fix catkin_int for gitlab ci

    Augustin Manecy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    39bcf53 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. try to fix boost depend for forge

    Augustin Manecy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6c721f7 View commit details
    Browse the repository at this point in the history
  2. try fix gitlabci

    Augustin Manecy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0f07349 View commit details
    Browse the repository at this point in the history