-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add MoveIt Servo Tutorial #688
base: noetic-devel
Are you sure you want to change the base?
Add MoveIt Servo Tutorial #688
Conversation
e365194
to
d0913a8
Compare
@RobertWilbrandt @fmauch could you please have a look at this PR? |
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.
It would have been very nice to have this a few years ago. Personally I'd still like to see it merged after the changes get applied. I guess most of the community's efforts go towards ROS2 now, for better or worse...
ur5_moveit_tutorials/CMakeLists.txt
Outdated
catkin_package( | ||
) | ||
include_directories( | ||
) |
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.
catkin_package( | |
) | |
include_directories( | |
) | |
catkin_package() |
<!-- Load and start the controllers listed in the 'controllers' arg. --> | ||
<node name="ros_control_controller_spawner" pkg="controller_manager" type="spawner" | ||
args="$(arg controllers)" output="screen" respawn="false" /> | ||
<group unless="$(eval arg('controllers') == '')"> |
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.
I don't think there's any reason for group
if there's just one node in the group? Suggest reverting.
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.
I should actually have used if clause instead of this 😄
…on to work together.
…ntroller based MoveIt servo.
d0913a8
to
1e65d66
Compare
@AndyZe addressed your review, PTAL 🙏🏼
I can migrate them to ROS 2 when I finally switch to ROS 2 🙈 |
This PR adds two usage examples of MoveIt Servo with UR5 robot in the new
ur5_moveit_tutorials
package