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/geojson graph #142

Merged
merged 31 commits into from
Feb 13, 2022
Merged

Feature/geojson graph #142

merged 31 commits into from
Feb 13, 2022

Commits on Sep 10, 2021

  1. Add functions to convert Graph between rmf_building_maps and rmf_traffic

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    89e90d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Add unit tests, fix reference

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5acad92 View commit details
    Browse the repository at this point in the history
  2. Add dock event

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    0fd8f1f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Fix docking logic

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1fbfe5d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Add lane speed limit

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    84a76dd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. WIP towards geopackage graph parsing

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    63e21ae View commit details
    Browse the repository at this point in the history
  2. Remove debug printouts

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    484c8a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add json dependency

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    745e307 View commit details
    Browse the repository at this point in the history
  2. Parse graph_idx and speed_limit

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    aa7d107 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Remove debug exit()

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0554890 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Fix graph_idx skipping logic

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5fc0808 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Delete tmp file on conversion done

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c2f1d68 View commit details
    Browse the repository at this point in the history
  2. Add bidirectional edges and docking

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1956e85 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. WIP geojson

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    deb55b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. WIP geojson and geojson.gz

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    314446a View commit details
    Browse the repository at this point in the history
  2. WIP parsing lanes from GeoJSON

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ee515cc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

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

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    d792d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. uncrustify

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5070919 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Minor cleanups and refactors

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    efd773d View commit details
    Browse the repository at this point in the history
  2. Uncrustify

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    luca-della-vedova committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    ba5aac9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. use rmf_ prefix for RMF feature types

    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    codebot committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    245baea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d916a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

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

Commits on Feb 9, 2022

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

Commits on Feb 11, 2022

  1. Fix cmake config script

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1ad0c4b View commit details
    Browse the repository at this point in the history
  2. Leave a note about bringing tests back

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    75124bf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Export all dependencies

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    0bb350b View commit details
    Browse the repository at this point in the history
  2. Skip Python tests on CI until the configuration can be fixed

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    5b85a9c View commit details
    Browse the repository at this point in the history
  3. Increase test time threshold

    Signed-off-by: Michael X. Grey <grey@openrobotics.org>
    mxgrey committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    6b5883f View commit details
    Browse the repository at this point in the history
  4. Add unit tests for geojson map parsing functions (#144)

    Signed-off-by: Luca Della Vedova <luca@openrobotics.org>
    Signed-off-by: Morgan Quigley <morgan@osrfoundation.org>
    Co-authored-by: Morgan Quigley <morgan@osrfoundation.org>
    luca-della-vedova and codebot committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    1453302 View commit details
    Browse the repository at this point in the history