Skip to content

Commit

Permalink
Add json file loaded message in NumericalIKTest test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jun 17, 2023
1 parent 7a68882 commit 5e2ecd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trajopt/test/numerical_ik_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ TEST_F(NumericalIKTest, numerical_ik1) // NOLINT

Json::Value root = readJsonFile(std::string(TRAJOPT_DIR) + "/test/data/config/numerical_ik1.json");

// TODO: remove message
std::cout << "NumericalIKTest.numerical_ik1 loaded json file" << std::endl;
// plotter_->plotScene();

ProblemConstructionInfo pci(env_);
Expand Down

0 comments on commit 5e2ecd8

Please sign in to comment.