Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 443 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 443 Bytes

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 \;