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

Fixes for compiling with clang on macOS (arm64) #4051

Merged

Commits on Jan 15, 2024

  1. Fixes for compiling with clang on macOS

    amcl: declare void parameter for functions with no args
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    amcl: remove unused variables
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    behavior_tree: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    behaviors: add missing override specifier
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    bt_navigator: add missing override specifier
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    collision_monitor: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    constrained_smoother: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    controller: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    costmap_2d: add missing override specifier
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    costmap_2d: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    costmap_2d: fix link issue for order_layer
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    dwb_controller: fix clang compile issue, replace ulong with uint32_t
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    map_server: replace std::experimental::filesystem
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    map_server: remove dependency on stdc++fs
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    waypoint_follower: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    waypoint_follower: remove dependency on stdc++fs
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    waypoint_follower: replace std::experimental::filesystem
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    smoother: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    smoother: remove unused variables
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    system_tests: remove dependency on stdc++fs
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    rotation_shim_controller: update percentage arg in setSpeedLimit to boolean
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    planner: remove unused variables
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    costmap_2d: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    mppi_controller: replace use of auto as function param with templates
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    mppi_controller: address clang compilation issues
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    
    costmap_2d: resolve clang issue with std::pair non-const copy
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    srmainwaring committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9bcdc14 View commit details
    Browse the repository at this point in the history