Skip to content

Conversation

@MiriamCalafa
Copy link

New wheels, metal spacers, launch color parameters, added components (encoder button, OLED screen)

<parent link="${prefix}base_footprint"/>
<child link="${prefix}base_link"/>
<origin xyz="0 0 ${frame_elevation}" rpy="0 0 0"/>
<origin xyz="0 0 0" rpy="0 0 ${frame_elevation}"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

something's not right with the frame_elevation, it does not make sense to change it from xyz to rpy

Comment on lines +67 to +70
<joint name="${prefix}base_joint_spacers" type="fixed">
<parent link="${prefix}base_footprint"/>
<child link="${prefix}base_link_spacers"/>
<origin xyz="0 0 0" rpy="0 0 ${frame_elevation}"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

only base_link should be jointed to base_footprint. the spacers should never be jointed to base_footprint. the entire robot should be functional without base_footprint, which is only a virtual helper link

Copy link
Contributor

@kruusamae kruusamae left a comment

Choose a reason for hiding this comment

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

something's not right with the base_footprint. double-check those parts. i added comments where i spotted something myself

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.

4 participants