openhumanoids / valkyrie_translator

ROS Control Controllers for the NASA Valkyrie humanoid receiving commands via LCM
3 stars 3 forks source link

valkyrie_translator Build Status

ROS Control module accepting torque commands via LCM and sending sensor measurements via LCM.

Code Style

find -regextype egrep -regex '.*\.[ch](pp)?$' -exec astyle '{}' --style=allman --indent=spaces=2 --pad-oper --unpad-paren --pad-header --convert-tabs \;