-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/movegroups #123
Feat/movegroups #123
Conversation
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.
Writing this down as it may be exclusive to my setup but is still worth writing down.
The moveit_ros_move_group
fails to run when launching the demo file. This is fixed by manually running the node in a new terminal with ros2 run moveit_ros_move_group movegroup ...
with the ...
being specific launch parameters based on tmp files. The tmp file specifics are displayed in the terminal when running the demo file as an error.
c2882fb
to
06b0a4d
Compare
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.
GigaChad
Description
This PR does the following:
Fixes #111
Testing Steps
Test Case 1
colcon build
. install/setup.bash
ros2 launch urc_arm_moveit_config demo.launch.py
Expectation: The robot arm loaded in rviz, with the ability to move it around and execute path plans.
Design Doc
Link to Design Doc
Self Checklist
ament_uncrustify --reformat