projects
/
computed_torque_controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d20f7
)
Change message for error creating solver.
author
Walter Fetter Lages
<w.fetter@ieee.org>
Thu, 23 Sep 2021 21:12:17 +0000
(18:12 -0300)
committer
Walter Fetter Lages
<w.fetter@ieee.org>
Thu, 23 Sep 2021 21:12:17 +0000
(18:12 -0300)
src/computed_torque_controller.cpp
patch
|
blob
|
history
diff --git
a/src/computed_torque_controller.cpp
b/src/computed_torque_controller.cpp
index
f6ed0e2
..
311b01e
100644
(file)
--- a/
src/computed_torque_controller.cpp
+++ b/
src/computed_torque_controller.cpp
@@
-127,7
+127,7
@@
namespace effort_controllers
}
catch(const std::exception &e)
{
- RCLCPP_ERROR_STREAM(node_->get_logger(),"Exception thrown while creating ChainIdSolver_RNE
with message
: " << e.what());
+ RCLCPP_ERROR_STREAM(node_->get_logger(),"Exception thrown while creating ChainIdSolver_RNE: " << e.what());
return CallbackReturn::ERROR;
}