We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193a1f1 commit 699c5aeCopy full SHA for 699c5ae
1 file changed
src/cmd/sdf_main.cc
@@ -15,6 +15,8 @@
15
*
16
*/
17
18
+#include <iostream>
19
+#include <memory>
20
#include <optional>
21
#include <string>
22
@@ -155,7 +157,7 @@ void addSdfFlags(CLI::App &_app)
155
157
opt->command = SdfCommand::kSdfGraph;
156
158
opt->graphType = _graphType;
159
},
- "<pose, frame> filepath Print the PoseRelativeTo or FrameAttachedTo "
160
+ "<pose, frame> filepath Print the PoseRelativeTo or FrameAttachedTo "
161
"graph.\n"
162
"(WARNING: This is for advanced use only and the output may change\n"
163
"without any promise of stability)")
0 commit comments