forked from moveit/moveit2
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing more boost usage (moveit#1372)
* initial pass on removing boost * removing boost filesystem usage * removing boost and changing calls to work without boost * got everything to build and fixed locked robot state test * made thread joining safer * remove install and log * auto formatting * fixed clang format * changes solution callback empty check to work with std::function * removed unnecessary comment * removing unnecessary boost inclusions * changed comment * removing forward declarations * removed reliance on indirect includes * final changes, removing unnecessary boost includes from CMakeLists * removed now-unnecessary package * added direct includes * fixed formatting * added back mistakenly removed cmake command * removing unnecessary includes thanks to Abi's review * resolved rebase conflicts * updated std::optional usage * changing variant usage to be consistent with std * fixed outdated calls to boost * updating comments and adding/removing includes * added commit and removed comment * change to std asserts * removing unnecessary boost usage * removed boost regex * fixed bug in string tokenizing * re-adding boost serializer * further boost removal * switching to eigen * fixing std rng usage * removing unnecessary includes * re-adding removed include * removing more includes * removing more includes * removing unnecessary includes * removing unnecessary includes * switched back to boost version * sorting includes alphabetically * changing to cmath constants instead of boost constants Co-authored-by: Vatan Aksoy Tezer <[email protected]>
- Loading branch information
1 parent
442840a
commit 840887c
Showing
65 changed files
with
300 additions
and
316 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
Oops, something went wrong.