Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -116,8 +116,10 @@ TEST_F(MotionProviderTest, install)
TEST_F(MotionProviderTest, duplicated_order)
{
//try to install a processor with the same order --> throw
ASSERT_THROW(problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}), std::runtime_error);
// try to install a processor with the same order --> throw
ASSERT_THROW(
problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}),
std::runtime_error);
}
TEST_F(MotionProviderTest, odometry)
Loading