File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 *
1616 */
1717
18- #include < string.h>
18+ #include < iostream>
19+ #include < string>
1920
2021#include < ignition/utils/cli/CLI.hpp>
2122
22- #include " sdf/sdf .hh"
23+ #include " sdf/config .hh"
2324
2425// ////////////////////////////////////////////////
2526// / \brief Enumeration of available commands
@@ -44,7 +45,8 @@ struct Options
4445
4546void runCommand (const Options &/* _opt*/ )
4647{
47- // TODO(ahcorde): Call here the USD to SDF conversor code
48+ // TODO(ahcorde): Call here the USD to SDF converter code
49+ std::cerr << " USD to SDF conversion is not implemented yet.\n " ;
4850}
4951
5052void addFlags (CLI::App &_app)
Original file line number Diff line number Diff line change 1919#include < gtest/gtest.h>
2020
2121#include < ignition/common/Filesystem.hh>
22- #include < ignition/common/TempDirectory.hh>
2322#include < ignition/utilities/ExtraTestMacros.hh>
2423
2524#include " test_config.h"
You can’t perform that action at this time.
0 commit comments