Skip to content
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

Refactor MoveIt Launch files #162

Merged
merged 3 commits into from
Aug 2, 2023
Merged

Refactor MoveIt Launch files #162

merged 3 commits into from
Aug 2, 2023

Conversation

abake48
Copy link
Contributor

@abake48 abake48 commented Jul 28, 2023

Resolve #161
This PR address the issue with default launch arguments not being respected properly because of the use of the MoveIt Config Builders launch functions. The launch files have now been refactored and default values are now respected.

Didn't update the README because this makes the readme commands accurate.

I also added the launch argument for use_internal_bus_gripper_comm and defaulted it to true so that the gripper's command interface is loaded properly.

Testing:

Run the following launch command that is also found in the readme. This should launch without giving an error about missing parameters and the arm should be able to be commanded

ros2 launch kinova_gen3_7dof_robotiq_2f_85_moveit_config robot.launch.py \
  robot_ip:=$(YOUR_ROBOT_IP)

@abake48 abake48 requested a review from moriarty July 28, 2023 17:50
manually merge and resolve conflicts from PR #155

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
Copy link
Collaborator

@moriarty moriarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed up the merge conflicts and tested this on hardware.

@moriarty moriarty merged commit 62a602f into main Aug 2, 2023
10 checks passed
@moriarty moriarty deleted the update_moveit_launch_file branch August 2, 2023 14:16
@abake48
Copy link
Contributor Author

abake48 commented Aug 2, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gripper_max_velocity gripper_max_force and use_fake_hardware
2 participants