-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for compiling with clang on macOS (arm64) (#3831)
* 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]> * collision_monitor: remove unused variables 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]> * smac_planner: suppress unused parameter warnings Signed-off-by: Rhys Mainwaring <[email protected]> * behavior_tree: fix code style Signed-off-by: Rhys Mainwaring <[email protected]> * costmap_2d: fix code style Signed-off-by: Rhys Mainwaring <[email protected]> * mppi_controller: revert reindexing of for-loop Signed-off-by: Rhys Mainwaring <[email protected]> * smoother: remove commented code Signed-off-by: Rhys Mainwaring <[email protected]> * system_tests: remove commented target link library Signed-off-by: Rhys Mainwaring <[email protected]> * collision_monitor: revert parameter type to vector and use explicit constructor Signed-off-by: Rhys Mainwaring <[email protected]> --------- Signed-off-by: Rhys Mainwaring <[email protected]>
- Loading branch information
1 parent
840960b
commit 42670c0
Showing
43 changed files
with
152 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.