We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dfd6f commit e955699Copy full SHA for e955699
1 file changed
src/FrameSemantics.cc
@@ -44,7 +44,6 @@ inline namespace SDF_VERSION_NAMESPACE {
44
// Helpful functions when debugging in gdb
45
void printGraph(const ScopedGraph<PoseRelativeToGraph> &_graph)
46
{
47
- std::stringstream ss;
48
std::cout << _graph.Graph() << std::endl;
49
}
50
void printGraph(const ScopedGraph<FrameAttachedToGraph> &_graph)
0 commit comments