-
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
v4.0 updates #26
v4.0 updates #26
Conversation
This was removed from core MoveIt Pro so we'll need to include it as a submodule here now.
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.
Looks good. I tested on hardware. I added two comments for the issues I ran into.
@@ -54,6 +60,38 @@ joint_trajectory_controller: | |||
joint_7: | |||
goal: 0.05 | |||
|
|||
streaming_controller: |
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 think this needs to be named servo_controller
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.
servo_controller
exists already, which I think it's how it should be called now, right?
So I think we can remove the streaming_controller
, can't we? It's not even referenced in the configs in this package.
I removed it and things seem to still work in hardware.
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.
Okay, I didn't see it because I was looking at the diff. I think streaming_controller should be deleted
Co-authored-by: Paul Gesel <[email protected]>
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.
Looks good, I would just remove the streaming_controller since it is not used anymore.
Merge branch
v4.0
into main.Tested in mock and all seems to work, except for a tool offset I'm seeing in Servo, which I think is an issue in main:
https://github.com/PickNikRobotics/moveit_studio/issues/6498