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