-
Notifications
You must be signed in to change notification settings - Fork 66
[as2_gazebo_assets] Remove fixed name from sdf plugin joint controller #820
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
base: main
Are you sure you want to change the base?
Conversation
<model name="two_fingers_gripper"> | ||
<pose | ||
relative_to="base_link"> | ||
{{ sensor.pose }} |
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.
Pure SDF files should not include templating
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.
Hi @pariaspe, why do we keep the SDF file in sensors if we use the jinja file?
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.
Just in case you want to use the model without templating and our custom launching system
</geometry> | ||
<material> | ||
<script> | ||
<name>"loquesea"</name> |
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.
Notice this lines
Hi @carmendrpr, has you done the requested changes? |
Yes. The SDF file does not support templating. I set the default namespace to "/drone0." This namespace is commonly used as the default in most projects. |
Basic Info
Description of contribution in a few bullet points