Skip to content

Commit

Permalink
Merge pull request #19 from mfaessle/master
Browse files Browse the repository at this point in the history
Minor bug fix in the oodl wrapper
  • Loading branch information
frederikhegger committed Feb 27, 2013
2 parents 56a4034 + db9f11d commit ed08518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youbot_drivers/youbot_oodl/src/YouBotOODLWrapper.cpp
Expand Up @@ -799,8 +799,8 @@ void YouBotOODLWrapper::computeOODLSensorReadings()
* We actually flipp the directions of the wheel on the right side such that the standard ROS controllers
* (e.g. for PR2) can be used for the youBot
*/
baseJointStateMessage.position[0] = -baseJointStateMessage.position[0];
baseJointStateMessage.position[2] = -baseJointStateMessage.position[2];
baseJointStateMessage.position[4] = -baseJointStateMessage.position[4];

}

Expand Down

0 comments on commit ed08518

Please sign in to comment.