-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fixes for compiling with clang on macOS (arm64) #3831
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
Merged
SteveMacenski
merged 34 commits into
ros-navigation:main
from
srmainwaring:prs/pr-main-clang
Sep 28, 2023
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4a1c9e7
amcl: declare void parameter for functions with no args
srmainwaring 15d0af1
amcl: remove unused variables
srmainwaring 9585c05
behavior_tree: address clang compilation issues
srmainwaring 159441d
behaviors: add missing override specifier
srmainwaring 8b9e770
bt_navigator: add missing override specifier
srmainwaring 32e5b99
collision_monitor: address clang compilation issues
srmainwaring 12e86c2
collision_monitor: remove unused variables
srmainwaring fe36e8c
constrained_smoother: address clang compilation issues
srmainwaring 921c813
controller: address clang compilation issues
srmainwaring 186e552
costmap_2d: add missing override specifier
srmainwaring 6c88f53
costmap_2d: address clang compilation issues
srmainwaring 0a970c1
costmap_2d: fix link issue for order_layer
srmainwaring 2cce5fb
dwb_controller: fix clang compile issue, replace ulong with uint32_t
srmainwaring 34c8576
map_server: replace std::experimental::filesystem
srmainwaring f1c2a5f
map_server: remove dependency on stdc++fs
srmainwaring 4d64a04
waypoint_follower: address clang compilation issues
srmainwaring 9f1ef97
waypoint_follower: remove dependency on stdc++fs
srmainwaring fd26b67
waypoint_follower: replace std::experimental::filesystem
srmainwaring 554ed32
smoother: address clang compilation issues
srmainwaring 5ba61c3
smoother: remove unused variables
srmainwaring 71cbc3a
system_tests: remove dependency on stdc++fs
srmainwaring 22da9c3
rotation_shim_controller: update percentage arg in setSpeedLimit to b…
srmainwaring 897e2e0
planner: remove unused variables
srmainwaring e81c6a6
costmap_2d: address clang compilation issues
srmainwaring 8eeb47c
mppi_controller: replace use of auto as function param with templates
srmainwaring c3e485b
mppi_controller: address clang compilation issues
srmainwaring 1ec29db
costmap_2d: resolve clang issue with std::pair non-const copy
srmainwaring f5c479f
smac_planner: suppress unused parameter warnings
srmainwaring 16dabba
behavior_tree: fix code style
srmainwaring 3df21f7
costmap_2d: fix code style
srmainwaring d7a107e
mppi_controller: revert reindexing of for-loop
srmainwaring 5821f39
smoother: remove commented code
srmainwaring 6adaf53
system_tests: remove commented target link library
srmainwaring 8ac6406
collision_monitor: revert parameter type to vector and use explicit c…
srmainwaring File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.