Skip to content
Snippets Groups Projects
Commit 3395d7d8 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove commented code

parent f5980d6c
No related branches found
No related tags found
1 merge request!358WIP: Resolve "Complete state vector new data structure?"
Pipeline #5347 failed
...@@ -70,13 +70,6 @@ inline TimeStamp IsMotion::getTimeStamp() const ...@@ -70,13 +70,6 @@ inline TimeStamp IsMotion::getTimeStamp() const
return ts; return ts;
} }
//inline Eigen::VectorXd IsMotion::getState(const TimeStamp& _ts) const
//{
// Eigen::VectorXd x;
// getState(_ts, x);
// return x;
//}
inline VectorComposite IsMotion::getStateComposite() const inline VectorComposite IsMotion::getStateComposite() const
{ {
VectorComposite state(state_structure_); VectorComposite state(state_structure_);
......
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