Moveit_cpp Tutorial#64
Closed
MarqRazz wants to merge 3 commits into
Closed
Conversation
JafarAbdi
requested changes
Apr 5, 2021
JafarAbdi
left a comment
Member
There was a problem hiding this comment.
This will not work with the main branch of moveit2
| @@ -0,0 +1,18 @@ | |||
| panda_arm_controller: | |||
Member
There was a problem hiding this comment.
This's for the old ros2_control, we're depending on the master branch now, see run_moveit_cpp.launch.py
| @@ -0,0 +1,15 @@ | |||
| controller_names: | |||
| @@ -0,0 +1,19 @@ | |||
| fake_joint_driver_node: | |||
| planning_pipeline: ompl | ||
| max_velocity_scaling_factor: 1.0 | ||
| max_acceleration_scaling_factor: 1.0 | ||
| moveit_cpp_tutorial: |
Member
There was a problem hiding this comment.
Should we move this file to moveit_resources .?
| parameters=[robot_description]) | ||
|
|
||
| # Fake joint driver | ||
| fake_joint_driver_node = Node(package='fake_joint_driver', |
Member
|
Should we remove |
Contributor
Author
|
Changed were added in #69 |
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.
Port of moveit_cpp tutorial to ROS2. This addresses issue #20
To launch the tutorial run:
`ros2 launch moveit2_tutorials moveit_cpp_tutorial.launch.py
Checklist