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

[skip ci] wip removing sensor dim

parent 744badcc
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #18806 skipped
This commit is part of merge request !448. Comments created here will be created in the context of that merge request.
......@@ -31,7 +31,6 @@ namespace wolf
unsigned int SensorBase::sensor_id_count_ = 0;
SensorBase::SensorBase(const std::string& _type,
const int& _dim_compatible,
const TypeComposite& _state_types,
const YAML::Node& _params)
: NodeStateBlocks("SENSOR",
......@@ -43,8 +42,7 @@ SensorBase::SensorBase(const std::string& _type,
sensor_id_(++sensor_id_count_), // simple ID factory
state_block_dynamic_(),
last_capture_(nullptr),
params_(Clone(_params)),
dim_compatible_(_dim_compatible)
params_(Clone(_params))
{
setName(_params["name"].as<std::string>());
......
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