Skip to content

Commit 1ab1e48

Browse files
[tools] Fix double initialization of robotState and robotVelocity.
1 parent 7365abc commit 1ab1e48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/device.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ Device( const std::string& n )
9494
,attitudeSIN(NULL,"Device("+ n +")::input(vector3)::attitudeIN")
9595
,zmpSIN(NULL,"Device("+n+")::input(vector3)::zmp")
9696
,stateSOUT( "Device("+n+")::output(vector)::state" )
97-
,robotState_("Device(" + n + ")::output(vector)::robotState")
98-
,robotVelocity_("Device(" + n + ")::output(vector)::robotVelocity")
9997
//,attitudeSIN(NULL,"Device::input(matrixRot)::attitudeIN")
10098
,velocitySOUT( "Device("+n+")::output(vector)::velocity" )
10199
,attitudeSOUT( "Device("+n+")::output(matrixRot)::attitude" )

0 commit comments

Comments
 (0)