First attempt to test moveit_cpp#4
Merged
henningkayser merged 13 commits intoPickNikRobotics:feature-moveit_cppfrom Sep 25, 2019
Merged
First attempt to test moveit_cpp#4henningkayser merged 13 commits intoPickNikRobotics:feature-moveit_cppfrom
henningkayser merged 13 commits intoPickNikRobotics:feature-moveit_cppfrom
Conversation
Update launch and Config files Update launch and config files Use raw pointer for joint_model_group_ member variable Use MoveItErrorCodes for plan functions Add wait_for_initial_state_timeout parameter to planning scene monitor options Update moveit_cpp_test.cpp Add wait_for_initial_state_timeout parameter moveit_cpp.yaml
Author
moveit_ros/planning_interface/moveit_cpp/include/moveit/moveit_cpp/moveit_cpp.h
Show resolved
Hide resolved
moveit_ros/planning_interface/moveit_cpp/include/moveit/moveit_cpp/planning_component.h
Outdated
Show resolved
Hide resolved
moveit_ros/planning_interface/moveit_cpp/include/moveit/moveit_cpp/planning_component.h
Show resolved
Hide resolved
moveit_ros/planning_interface/moveit_cpp/include/moveit/moveit_cpp/planning_component.h
Outdated
Show resolved
Hide resolved
moveit_ros/planning_interface/moveit_cpp/src/planning_component.cpp
Outdated
Show resolved
Hide resolved
moveit_ros/planning_interface/moveit_cpp/src/planning_component.cpp
Outdated
Show resolved
Hide resolved
|
Congrats on getting your first MoveIt pull request merged and improving open source robotics! |
henningkayser
pushed a commit
that referenced
this pull request
Sep 25, 2019
mlautman
pushed a commit
that referenced
this pull request
Oct 15, 2019
mlautman
pushed a commit
that referenced
this pull request
Oct 15, 2019
mlautman
pushed a commit
that referenced
this pull request
Oct 15, 2019
henningkayser
pushed a commit
that referenced
this pull request
Nov 21, 2019
henningkayser
pushed a commit
that referenced
this pull request
Nov 21, 2019
tylerjw
pushed a commit
that referenced
this pull request
May 13, 2020
tylerjw
pushed a commit
that referenced
this pull request
May 20, 2020
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This's the first attempt to create unit tests for moveit_cpp class
Checklist