You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I made a mistake in our SRDF some time ago by disabling collisions using the corresponding tag with a link name that contained a typo. The SRDF loaded fine and (although I didn't get a chance to test collisions) I imagine the ACO will not have reflected the expected configuration.
Describe the solution you'd like
It seems like we could catch these issues when parsing the SRDF by checking that all links mentioned have already been defined in the URDF. This could either throw an error or, if that seems too extreme, raise a warning that there will be unintended effects.
Describe alternatives you've considered
Proofreading my code better I suppose 😆
Additional context
No response
The text was updated successfully, but these errors were encountered:
It is desired that you can list objects in the ACO, which are not yet existing as links or collision objects. Thus, at most, an unknown name should raise a warning.
Is your feature request related to a problem? Please describe.
I made a mistake in our SRDF some time ago by disabling collisions using the corresponding tag with a link name that contained a typo. The SRDF loaded fine and (although I didn't get a chance to test collisions) I imagine the ACO will not have reflected the expected configuration.
Describe the solution you'd like
It seems like we could catch these issues when parsing the SRDF by checking that all links mentioned have already been defined in the URDF. This could either throw an error or, if that seems too extreme, raise a warning that there will be unintended effects.
Describe alternatives you've considered
Proofreading my code better I suppose 😆
Additional context
No response
The text was updated successfully, but these errors were encountered: