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

[VDA5050] Navigate through nodes #47

Open
wants to merge 23 commits into
base: humble-devel
Choose a base branch
from

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

  1. Added the py tests to the cmake file. Also began a stitch test becaus…

    …e it doesn't seem to be working correctly.
    ben.holden committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f64b852 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Stitched test works. And controller fixed.

    ben.holden committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f75a25a View commit details
    Browse the repository at this point in the history
  2. Comments

    ben.holden committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e1d3f79 View commit details
    Browse the repository at this point in the history
  3. Added action_type to Current Action mmsg

    ben.holden committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    93a58ad View commit details
    Browse the repository at this point in the history
  4. Fix Error description in actions

    ben.holden committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1455a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Keep track of current Node goal to avoid race condition when the Proc…

    …ess next edge timer kicks off at the same time as the navigation callback causing a double navigation.
    ben.holden committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b932484 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Current node goal reset in process node now

    ben.holden committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1de16f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Added starting node ID param

    ben.holden committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8075313 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fix linting

    ben.holden committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1be57f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. Update vda5050_connector/vda5050_connector_py/vda5050_controller.py

    Co-authored-by: Leandro <leandropineda.lp@gmail.com>
    bobbleballs and leandropineda authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    96cc39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e71d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b1964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcdafa4 View commit details
    Browse the repository at this point in the history
  5. More stuff enabling nav through nodes.

    ben.holden committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f7a6c1f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 12, 2023

  1. Added the nav through poses feedback and some tests to ensure they're…

    … working ok
    ben.holden committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fbf8565 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'private/humble-devel' into nav_through_…

    …nodes
    ben.holden committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a7a3466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0516117 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add comment

    ben.holden committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8a40def View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Comments and linting

    ben.holden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    50f551b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. SOFT actions also cause driving to stop.

    ben.holden committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2cb4c41 View commit details
    Browse the repository at this point in the history