Skip to content

Commit

Permalink
fix dagana addon selection for 'centauro_claws'
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoRomiti committed Oct 4, 2024
1 parent 38c3875 commit f39a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modular/URDF_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ def add_handle(self, x_offset=0.0, y_offset=0.25, z_offset=-0.18, mass=0.330, ra

def add_dagana_claws(self, type='centauro_claws'):
if type == 'centauro_claws':
pass
self.additional_xacro_mappings['dagana_claws_type'] = 'centauro_claws'
elif type == 'concert_formwork_claws':
self.additional_xacro_mappings['dagana_claws_type'] = 'concert_formwork_claws'
elif type == 'concert_tube_claws':
Expand Down

0 comments on commit f39a7a1

Please sign in to comment.