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

Change_map service to map_server [Rebase/Noetic] #1029

Merged
merged 5 commits into from
May 27, 2021
Merged

Change_map service to map_server [Rebase/Noetic] #1029

merged 5 commits into from
May 27, 2021

Commits on May 26, 2021

  1. Refactored map loading from constructor to three methods

    Added
    MapServer::loadMapFromYaml()
    MapServer::loadMapFromParams()
    MapServer::loadMapFromValues()
    sloretz authored and DLu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    cd239ba View commit details
    Browse the repository at this point in the history
  2. Changed map loading methods to return true/false instead

    of causing the map_server_node to exit
    
    Changed methods
    MapServer::loadMapFromValues()
    MapServer::loadMapFromParams()
    MapServer::loadMapFromYaml()
    sloretz authored and DLu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    807419c View commit details
    Browse the repository at this point in the history
  3. Added change_map service using LoadMap.srv

    Added second test map and test constants
    Added rostest for change_map service
    sloretz authored and DLu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    f1fbff0 View commit details
    Browse the repository at this point in the history
  4. Fix test error

    DLu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    3f47eb4 View commit details
    Browse the repository at this point in the history
  5. Move info message

    DLu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0e23ede View commit details
    Browse the repository at this point in the history