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

Feature/mw/fields2cover2 #53

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

Commits on Mar 5, 2024

  1. Fix BT.CPP upgrade

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c81ba02 View commit details
    Browse the repository at this point in the history
  2. Bug fixes

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2688106 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0841d1d View commit details
    Browse the repository at this point in the history
  4. add readme

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4cbdcc7 View commit details
    Browse the repository at this point in the history
  5. fix flake8

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    06497c7 View commit details
    Browse the repository at this point in the history
  6. building fixes

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    62d628a View commit details
    Browse the repository at this point in the history
  7. testing with rolling

    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3669e7d View commit details
    Browse the repository at this point in the history
  8. Revert "testing with rolling"

    This reverts commit 3669e7d.
    tonynajjar committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a3948ec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. test with rolling

    tonynajjar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2d48105 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    b85696b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99eadcf View commit details
    Browse the repository at this point in the history
  3. Use tree_->haltTree();

    tonynajjar committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    aa2cf20 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Revert "Use tree_->haltTree();"

    This reverts commit aa2cf20.
    tonynajjar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    668abc4 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Use tree_->haltTree();""

    This reverts commit 668abc4.
    tonynajjar committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1934a78 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update to fields2Cover v2.0.0 api

    Signed-off-by: Mike Wake <[email protected]>
    aosmw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4767882 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    9c34271 View commit details
    Browse the repository at this point in the history
  2. Port opennav_row_coverage to fields2cover v2

    Signed-off-by: Mike Wake <[email protected]>
    aosmw committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4c401d0 View commit details
    Browse the repository at this point in the history
  3. opennav_coverage: workaround non ament packaged Fields2Cover

    Use tinyxml2_vendor properly.  Like in ros/pluginlib
    
    IOW first find_package(tinyxml2_vendor REQUIRED) which sets up a module path
    that provides a module for find_package(TinyXML2 REQUIRED) to work
    
    Signed-off-by: Mike Wake <[email protected]>
    aosmw committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e2d89e1 View commit details
    Browse the repository at this point in the history
  4. opennav_coverage - fix tests for fields2cover v2

    * fields2cover now initialises memory and provides getters/setters
    so previous incorrectly/partially initialised data no longer throws
    
    * Order of args for f2c::Random::generateRandField() changed to
      (area, sides), was (sides, area).  Tests now don't spin forever
    
    Signed-off-by: Mike Wake <[email protected]>
    aosmw committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    35b0ce5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c770d45 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary comment

    aosmw committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a221d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c1ccfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbbcca1 View commit details
    Browse the repository at this point in the history
  5. uncrustify

    aosmw committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0590d7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10758ad View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. cpplint/uncrustify style line lenght if/else style

    Use intermediate variables for PathSectionType
    to keep within line lenght limit requirements.
    aosmw committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1b0cb2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363415d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a38dc4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Put navigation2 back into .github/deps.repos for nav_msgs

    This reverts commit 9c1ccfb.
    aosmw committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ed382a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44f82c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    619b528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8486ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be161da View commit details
    Browse the repository at this point in the history
  4. ci - install geographic_msgs

    aosmw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ba3a6c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4628bf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7649af9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3de3c4e View commit details
    Browse the repository at this point in the history
  8. ros-tooling/[email protected] not found go back to v0.3

    Error: Unable to resolve action 'ros-tooling/[email protected]', unable to find version v0.3.11'
    aosmw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    47d0890 View commit details
    Browse the repository at this point in the history
  9. ci - install behaviortree_cpp

    aosmw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    54b19a5 View commit details
    Browse the repository at this point in the history
  10. Install diagnostic-updater

    aosmw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    33490ee View commit details
    Browse the repository at this point in the history
  11. Try to get this to work with act(Run github actions locally).

    https://nektosact.com/introduction.html
    Run github actions locally.
    
    It doesn't work locally for me. If fails on
    
    vcs import --force --recursive src/ < package.repo
    Could not checkout ref 'a077eb600a3700d1053482b3582822fa1b6e48db':
    fatal: reference is not a tree: a077eb600a3700d1053482b3582822fa1b6e48db
    aosmw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c30abd3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    eb1488c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    77d1c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db2ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c63ed View commit details
    Browse the repository at this point in the history
  4. ci - need robot-localization

    aosmw committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e14194f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d4e370 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    5062803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe41c6b View commit details
    Browse the repository at this point in the history
  3. Try removing python3-nose

    aosmw committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6a00d89 View commit details
    Browse the repository at this point in the history
  4. Try running apt-get update to get latest python3-rosdep

    image is currently 7 weeks old
    aosmw committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ffcb2e3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. pip uninstall nose

    colcon finds nosetests which uses imp which is not supported in python3.12
    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ec7ab9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6499975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b9fd0 View commit details
    Browse the repository at this point in the history
  4. more worflow

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    148c84a View commit details
    Browse the repository at this point in the history
  5. workflow

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    01d5171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f73d34d View commit details
    Browse the repository at this point in the history
  7. Try single quotes for sed

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c4e9359 View commit details
    Browse the repository at this point in the history
  8. action syntax

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    89821d3 View commit details
    Browse the repository at this point in the history
  9. action syntax sed

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ff68d03 View commit details
    Browse the repository at this point in the history
  10. Run through yamllint

    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    36b818b View commit details
    Browse the repository at this point in the history
  11. Adjust noble_rolling to use pre-release binaries

    This is so that nav2 can build with -Werror against
    behaviortree_cpp v4.6
    aosmw committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c9d4bf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    795800c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11e8e1a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Abandon rolling on jammy

    aosmw committed May 30, 2024
    Configuration menu
    Copy the full SHA
    51b714e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f213e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4f275e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. gh action: install nodejs for local build nektos/act

    nodejs in docker image is required to enable enable
    local debugging of github actions with
    https://github.com/nektos/act
    aosmw committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    02ee9c0 View commit details
    Browse the repository at this point in the history
  2. Build fields2cover from source again

    This is to try to eliminate the possibility that
    we are fetching a bad package.
    aosmw committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8496db1 View commit details
    Browse the repository at this point in the history
  3. nav2_constrained_smoother has conflicted libunwind-dev, libgoogle-glo…

    …g-dev for libceres-dev
    aosmw committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    50f4758 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    43748b2 View commit details
    Browse the repository at this point in the history
  2. Ignore vim .swp files

    aosmw committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6539b0a View commit details
    Browse the repository at this point in the history
  3. deps.repos lock to tags for ortools_vendor and Fields2Cover

    NOTE: Fields2Cover still pointed at fork.
    aosmw committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9d1ad83 View commit details
    Browse the repository at this point in the history