Skip to content
Snippets Groups Projects
Commit 14cdf081 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

dummy sensors updated to remove dim

parent d5a73d49
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
This commit is part of merge request !448. Comments created here will be created in the context of that merge request.
......@@ -39,7 +39,6 @@ class SensorDummyPo : public SensorBase
SensorDummyPo(const YAML::Node& _params)
: SensorBase(
"SensorDummyPo" + std::to_string(DIM) + "d",
DIM,
{{'P', DIM == 2 ? "StatePoint2d" : "StatePoint3d"}, {'O', DIM == 2 ? "StateAngle" : "StateQuaternion"}},
_params),
noise_p_std_(_params["noise_p_std"].as<double>()),
......
......@@ -38,7 +38,6 @@ class SensorDummyPoia : public SensorBase
public:
SensorDummyPoia(const YAML::Node& _params)
: SensorBase("SensorDummyPoia" + std::to_string(DIM) + "d",
DIM,
{{'P', DIM == 2 ? "StatePoint2d" : "StatePoint3d"},
{'O', DIM == 2 ? "StateAngle" : "StateQuaternion"},
{'I', "StateParams5"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment