Skip to content
Snippets Groups Projects
Commit 9c6cf600 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 89ceb3fa
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #18814 skipped
......@@ -127,8 +127,8 @@ class SensorBase : public NodeStateBlocks
protected:
std::map<char, Eigen::VectorXd>
drifts_std_rate_; ///< std rate of the drift of dynamic state blocks [unit/sqrt(s)]
YAML::Node params_; ///< Params yaml node
drifts_std_rate_; ///< std rate of the drift of dynamic state blocks [unit/sqrt(s)]
YAML::Node params_; ///< Params yaml node
void setProblem(ProblemPtr _problem) override final;
......@@ -140,9 +140,7 @@ class SensorBase : public NodeStateBlocks
* \param _params params yaml node
*
**/
SensorBase(const std::string& _type,
const TypeComposite& _state_types,
const YAML::Node& _params);
SensorBase(const std::string& _type, const TypeComposite& _state_types, const YAML::Node& _params);
public:
~SensorBase() override;
......
......@@ -30,9 +30,7 @@ namespace wolf
{
unsigned int SensorBase::sensor_id_count_ = 0;
SensorBase::SensorBase(const std::string& _type,
const TypeComposite& _state_types,
const YAML::Node& _params)
SensorBase::SensorBase(const std::string& _type, const TypeComposite& _state_types, const YAML::Node& _params)
: NodeStateBlocks("SENSOR",
_type,
_state_types,
......
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