1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 18:10:47 +02:00

fixed typo in error string

This commit is contained in:
Thomas Timm Andersen
2015-10-08 17:04:31 +02:00
parent d4102dd97d
commit e970a99b01

View File

@@ -211,7 +211,7 @@ private:
} }
if (!traj_is_finite()) { if (!traj_is_finite()) {
result_.error_string = "Received a goal with infinites or NaNs"; result_.error_string = "Received a goal with infinities or NaNs";
result_.error_code = result_.INVALID_GOAL; result_.error_code = result_.INVALID_GOAL;
gh.setRejected(result_, result_.error_string); gh.setRejected(result_, result_.error_string);
print_error(result_.error_string); print_error(result_.error_string);