-
Notifications
You must be signed in to change notification settings - Fork 95
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
Support for Schunk Motion Protocol #187
Comments
we at IPA currently do not use any of these Schunk devices... feel free to add the new protocol here and then add launch files on top of ipa320/schunk_robots#77 |
It will take a bit of time to submit a high-quality driver covering all functionality. I got a reply from Schunk and there is no libm5api-compatible implementation of the SMP. This means I have to write it from scratch and for my use case, I will start with only a minimal version only supporting basic control of the PW 70. |
@manuelmuehlig Feel free to build on top and extend the package to your needs... |
Hi, I am using PW 70 V6 and trying to run this in ROS. I installed the package for PW70 and ran ROS version is indigo and we have IXXAT CAN module. Can you help me how to solve this problem? Thanks, |
Hi Hanjun,
The v6 uses the Schunk Motion Protocol instead of the older Amtec protocol.
The software in this repository will not work with it. Unfortunately I did
not have the time to write a new driver but locally I am using a quite
hacky Python script directly sending CAN messages to the netcan device.
Greetings,
Manuel
Am Mi., 11. Okt. 2017, 18:41 schrieb Hanjun Song <[email protected]>:
… Hi,
I am using PW 70 V6 and trying to run this in ROS.
I installed the package for PW70 and ran robot.launch and dashboard.launch
.
But when I try to initialize uinsg the 'init' button on the dashboard, it
gives me an error that says "Could not reset module 13 during init."
ROS version is indigo and we have IXXAT CAN module.
Can you help me how to solve this problem?
Thanks,
Hanjun
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACvod1PX4HHaKgW_qZ3petqotSbJ-Q_dks5srP3BgaJpZM4Nib3V>
.
|
Hi,
it seems that the new Schunk PTUs such as the PW 70 v6 only support the Schunk Motion Protocol and not the Amtec protocol anymore. Is there a plan about supporting the new protocol in this package?
I have contacted Schunk about if there is maybe an updated "libm5api", implementing the same interface, but with updated communication messages. I got no reply yet, but I fear there is nothing yet. I consider writing a wrapper myself, but wanted to ask here first.
Best regards,
Manuel
The text was updated successfully, but these errors were encountered: