Skip to content
Snippets Groups Projects

dev-max into develop

Merged Max Maria Humbert requested to merge dev-max into develop
14 files
+ 60
36
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -22,7 +22,7 @@ for i, (current, expected) in enumerate(zip(current_joint_values, expected_value
@@ -22,7 +22,7 @@ for i, (current, expected) in enumerate(zip(current_joint_values, expected_value
if abs(current - expected) > error_margin:
if abs(current - expected) > error_margin:
roscpp_shutdown()
roscpp_shutdown()
print('Joint {} is not in the correct position'.format(i))
print('Joint {} is not in the correct position.'.format(i))
print('false')
print('false')
sys.exit(0)
sys.exit(0)
Loading