Skip to content
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

Added the necessary srdf elements to disable collisions with base_link #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AdarshKaran
Copy link
Contributor

Changed the srdf files to include relevant <disable_collision> tags
Issue 103

<joint name="${prefix_value}wrist_1_joint" value="-1.5707" />
<joint name="${prefix_value}wrist_2_joint" value="0" />
<joint name="${prefix_value}wrist_3_joint" value="0" />
<joint name="${prefix_value}elbow_joint" value="0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are those additional indentation?


<!--Use docking adapter-->
<xacro:if value="$(arg use_docking_adapter)">
<disable_collisions link1="docking_adapter_link" link2="lidar_1_link" reason="Never"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please check if the indentation are consistent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants