forked from moveit/moveit
-
Notifications
You must be signed in to change notification settings - Fork 2
First attempt to test moveit_cpp #4
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
henningkayser
merged 13 commits into
PickNikRobotics:feature-moveit_cpp
from
JafarAbdi:feature-moveit_cpp-test
Sep 25, 2019
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7544d90
First attempt to test moveit_cpp
JafarAbdi 6c8c70f
Make Plan function return PlanSolution
JafarAbdi bb5c83c
moveit_cpp_test.test: Fix indentation
JafarAbdi 467012c
Make getLastPlanSolution function return const pointer to PlanSolution
JafarAbdi 514eca3
moveit_cpp_test.test: fix typo
JafarAbdi 4312b6b
joint_model_group_: Add a note about freeing the resources
JafarAbdi e11eca0
moveit_cpp_test.cpp: add description for each test, Clean the tests
JafarAbdi c78330c
moveit_cpp_test.test: Fix tab indentation
JafarAbdi 0426e5a
Update moveit_cpp_test.test
JafarAbdi 19440bb
Addressed Henning review comments
JafarAbdi a708ddf
Add license
JafarAbdi ec34be2
Remove extra semicolons
JafarAbdi c45e215
Add return to execute function
JafarAbdi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| planning_scene_monitor_options: | ||
| name: "planning_scene_monitor" | ||
| robot_description: "robot_description" | ||
| joint_state_topic: "/joint_states" | ||
| attached_collision_object_topic: "/planning_scene_monitor" | ||
| publish_planning_scene_topic: "/publish_planning_scene" | ||
| monitored_planning_scene_topic: "/monitored_planning_scene" | ||
| wait_for_initial_state_timeout: 10.0 | ||
|
|
||
| planning_pipelines: | ||
| pipeline_names: | ||
| - ompl | ||
|
|
||
| default_planner_options: | ||
| planning_attempts: 1 | ||
| max_velocity_scaling_factor: 1.0 | ||
| max_acceleration_scaling_factor: 1.0 |
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.