-
Notifications
You must be signed in to change notification settings - Fork 523
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
Constraint samplers #60
Merged
mlautman
merged 25 commits into
moveit:master
from
AcutronicRobotics:constraint-samplers
Jun 25, 2019
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
3403b96
Port constraint_samplers to ROS 2
vmayoral abd451d
constraint_samplers, adapt logger according to https://github.com/ros…
vmayoral 8b3fdcc
moveit_core constraint-samplers - library as shared
ahcorde c48a10a
Fixing constraint samplers tests
ahcorde a58c4d9
Fixing constraint_samplers tests
ahcorde e2e067e
Fixes for building in OS X
vmayoral f9be4c1
moveit_core constraint_samplers - fixing logger variables
ahcorde d71434a
Merge branch 'master' into constraint-samplers
ahcorde e7aa185
moveit_core constraint_samples - Fix whitespace in CMakeLists.txt
ahcorde c8fb7c1
Fixing endtime to use it inline
anasarrak 082b80f
fix passing clock.now to stamp
anasarrak a527755
Fix loop_time
anasarrak c7a3a04
Reverting back override to pr2_arm_kinematics_plugin
anasarrak 02f0eb3
Remove updateInternalDataStructures
anasarrak 1611306
Move constraint_sampler logger to the appropriate namespace
anasarrak 206c27d
Moving default_contraint_sampler logger into the namespace
anasarrak 322d452
clang-format
anasarrak 05ad105
Update logger test_constraint_samplers
anasarrak 87bd1d5
Constraint_sampler cmakelist formating
anasarrak a4c9c83
Move constraint_sampler_tools logger to .hpp
anasarrak 23e2af6
Using ros_time instead of rcl_system_time
anasarrak d9872d1
Moving pr2_arm_ik logger to .h
anasarrak 01ca1b5
adding RCL_ROS_TIME on pr2_arm_kinematics_plugin
anasarrak 74f0720
removing dead code
anasarrak abf4a74
clang format
anasarrak 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't there a way to print the whole message as a string anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think that the full constraint should be printed here instead of only the name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no such implementation for ROS2. I have asked that on the following issue : ros2/common_interfaces#69 (comment) redirected to ros2/rosidl#259