Skip to content

Commit fb478e7

Browse files
committed
review feedback
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
1 parent 48c499b commit fb478e7

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

usd/src/cmd/usd2sdf.cc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
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

4546
void 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

5052
void addFlags(CLI::App &_app)

usd/src/usd_parser/usd2sdf_TEST.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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"

0 commit comments

Comments
 (0)