We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7365abc commit 1ab1e48Copy full SHA for 1ab1e48
src/tools/device.cpp
@@ -94,8 +94,6 @@ Device( const std::string& n )
94
,attitudeSIN(NULL,"Device("+ n +")::input(vector3)::attitudeIN")
95
,zmpSIN(NULL,"Device("+n+")::input(vector3)::zmp")
96
,stateSOUT( "Device("+n+")::output(vector)::state" )
97
- ,robotState_("Device(" + n + ")::output(vector)::robotState")
98
- ,robotVelocity_("Device(" + n + ")::output(vector)::robotVelocity")
99
//,attitudeSIN(NULL,"Device::input(matrixRot)::attitudeIN")
100
,velocitySOUT( "Device("+n+")::output(vector)::velocity" )
101
,attitudeSOUT( "Device("+n+")::output(matrixRot)::attitude" )
0 commit comments