-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
<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" /> |
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.
are those additional indentation?
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.
Yes Pradheep
|
||
<!--Use docking adapter--> | ||
<xacro:if value="$(arg use_docking_adapter)"> | ||
<disable_collisions link1="docking_adapter_link" link2="lidar_1_link" reason="Never"/> |
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.
Could you please check if the indentation are consistent?
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 have updated it to ensure consistent indentations now.
Changed the srdf files to include relevant <disable_collision> tags
Issue 103