Open josephcoombe opened 6 years ago
This is awesome -- I'm still trying to figure out the right way to merge this in, but I like having more boilerplate handled by the API!
Here's a potential template/model for convenience/wrapper classes: The orocos_kinematics_dynamics library (KDL): https://github.com/orocos/orocos_kinematics_dynamics A Georgia Tech Python Wrapper for common patterns with KDL: https://github.com/gt-ros-pkg/hrl-kdl/blob/indigo-devel/pykdl_utils/src/pykdl_utils/kdl_kinematics.py
Note, should be updated to use local ROS namespaces instead of absolute if https://github.com/HebiRobotics/HEBI-ROS/pull/106 is merged
Small convenience class we've been using to reduce boilerplate code when using the hebiros package.