-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port robot_model submodule of moveit_core to ROS 2 (#10)
* Port robot_model submodule of moveit_core to ROS 2 * Clean submodule CMakeLists.txt Remove unnecesary commands listed already one level higher * robot_model, simplify CMakeLists.txt Following guidelines provided at #8 (comment) * Fix testing and comment it out for now moveit_resources hasn't been ported just yet * robot_model, cleanup code * Revert changes, reenable properties version * robot_model re-enable tests with moveit_resources ported moveit/moveit_resources#24 this PR re-enables the testing while allowing the submodule to still compile * robot_model submodule, fix logging * robot_model use LOGGER Follow consensus about logging in moveit_core submodules * Remove robot_model log.h * robot_model, apply clang format * moveit_core, robot_model: remove setDefaultIKAttempts
- Loading branch information
1 parent
7ee919b
commit dc9bfa5
Showing
22 changed files
with
733 additions
and
692 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
Oops, something went wrong.