Skip to content

Commit

Permalink
Merge pull request robotology#1427 from aerydna/joypadControlClient_fix
Browse files Browse the repository at this point in the history
bugfix on joypadControlClient
  • Loading branch information
drdanz authored Oct 26, 2017
2 parents c0123c6 + a28bfdb commit 628d0a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ bool JoypadControlClient::getRawStick(unsigned int stick_id, yarp::sig::Vector&

for(size_t i = 0; i < m_stickDof[stick_id]; ++i)
{
if(m_stickPort.storage[offset + i])
value.push_back(m_stickPort.storage[offset + i]);
}

Expand Down

0 comments on commit 628d0a5

Please sign in to comment.