We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d10ac4 commit 6df9e94Copy full SHA for 6df9e94
tf2/src/cache.cpp
@@ -66,7 +66,7 @@ void createExtrapolationException1(ros::Time t0, ros::Time t1, std::string* erro
66
{
67
if (error_str)
68
69
- char str[116]; // Text without formatting strings has 76, each timestamp has up to 20
+ char str[117]; // Text without formatting strings has 77, each timestamp has up to 20
70
snprintf(str, sizeof(str), "Lookup would require extrapolation at time %.09f, but only time %.09f is in the buffer", t0.toSec(), t1.toSec());
71
*error_str = str;
72
}
0 commit comments