Skip to content
Snippets Groups Projects
Commit d24b151e authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix typo in signal name.

    * src/angle-estimator.cpp: sensorWorldRotationSIN is of type MatrixRotation.
parent 109f2367
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -36,7 +36,7 @@ AngleEstimator:: ...@@ -36,7 +36,7 @@ AngleEstimator::
AngleEstimator( const std::string & name ) AngleEstimator( const std::string & name )
:Entity(name) :Entity(name)
,sensorWorldRotationSIN(NULL,"sotAngleEstimator("+name ,sensorWorldRotationSIN(NULL,"sotAngleEstimator("+name
+")::input(MatrixHomo)::sensorWorldRotation") +")::input(MatrixRotation)::sensorWorldRotation")
,sensorEmbeddedPositionSIN(NULL,"sotAngleEstimator("+name ,sensorEmbeddedPositionSIN(NULL,"sotAngleEstimator("+name
+")::input(MatrixHomo)::sensorEmbeddedPosition") +")::input(MatrixHomo)::sensorEmbeddedPosition")
,contactWorldPositionSIN(NULL,"sotAngleEstimator("+name ,contactWorldPositionSIN(NULL,"sotAngleEstimator("+name
......
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