-
Notifications
You must be signed in to change notification settings - Fork 196
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
Alternative for: Added variant model HC10DT-B10 #434
Alternative for: Added variant model HC10DT-B10 #434
Conversation
@EricMarcil: if you could check this and see whether it works for you, I suggest we continue the review here. |
Some additional points for discussion:
Additionally some comments:
|
Normally, the last digit is not significant from a parameter or mechanical point of view. In the controller configuration, the last digits is usually replaced by the "" character (HC10DT-B1) but that wouldn't work for the file naming. So I think we can just make reference to the -B10 and if someone ask for a variation B12 variation, we can point them to this one.
Those are the colors that came in with the model. There are not quite as bright. I'll check with the GP4 colors to see if they are different.
Yes, I've figured out how to fix this but forgot that it was also on this PR. I'll update it shortly.
Yes, the home position has changed between the HC10-DT and HC10-DT-B10. The changes on the joint_4_r is a result of this change. The transform is going from Z=-0.500 (arm pointing down) to X=0.500 (arm being forward)
The HC10 and HC10DT already share the same meshes except for the link_6_t. The HC10DT-B1* is a complete redesign, so all the components are different. Between the HC10DT-B1* variant, there are physically all the same.
Yes, that is correct. It is again a result of the arm pointing forward instead of down. Comments noted. |
@gavanderhoorn I suggest that we add the flange link to the HC10DT-B10 since it hasn't been merged to the main repo yet. What do you think? |
yes, that would make sense to me. |
Added 'flange' link to model
@gavanderhoorn I've pushed an update adding the flange link to the model. I think with that we should be good to merge. |
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 everything is good to merge.
@gavanderhoorn Are you OK with merging this? |
I was actually just looking at this. For some reason, the model renders like this for me right now: as only Edit: as soon as I update RViz (from what's in I'm wondering whether the export/conversion method you're using results in meshes which RViz doesn't like somehow. |
Looks like the rendering issue is known. See ros-visualization/rviz#1702. Apparently this has already been fixed (ros-visualization/rviz#1703). Edit: but not released yet. I'm going to ignore the rendering issue. |
flange == attachment point for EEF (sub)models, and as such should follow REP-103 (ie: X+ out of flange, in "forward" direction (link-local)). tool0 == an "all-zeros toolframe", corresponding to the OEMs definition. For Yaskawa, this has Z+ forward.
If you could review again @EricMarcil ? We'll wait for green CI and then merge. |
@gavanderhoorn Looks good. Thanks for the help on this one. |
CI is very slow. |
Thanks @EricMarcil and apologies for the delay merging. |
This is an alternative PR for #415.
It keeps changes to existing variants separate from the addition of the B10 variant, and does not delete any existing files.
It also changes the collision geometry to use STL instead of Collada (for the same reasons as stated in #433.
Commit provenance has been retained where it made sense.