We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac65838 commit 287ce30Copy full SHA for 287ce30
src/ros_tf_listener.hh
@@ -43,6 +43,7 @@ namespace dynamicgraph {
43
} catch (const tf::TransformException& ex) {
44
res.setIdentity();
45
ROS_ERROR("Enable to get transform at time %i: %s",time,ex.what());
46
+ return res;
47
}
48
for (sot::MatrixHomogeneous::Index r = 0; r < 3; ++r) {
49
for (sot::MatrixHomogeneous::Index c = 0; c < 3; ++c)
0 commit comments