hebi-matlab-examples
hebi-matlab-examples copied to clipboard
Examples for the HEBI Robotics API for MATLAB
Diff drive mappings to two different joysticks is not intuitive.
**Suggested new examples (general to all kits):** * Forward Kinematics (show going thru preset joint waypoints) * Forward Kinematics (controlling individual joints from sliders in Mobile I/O App) * Inverse...
In the robot 6 dof example in the "basic example" folder, it assumes no gas spring: https://github.com/HebiRobotics/hebi-matlab-examples/blob/master/basic/x-series_actuator/ex7b_robot_6_dof_arm.m This doesn't match our default 6DOF kit, and can lead to odd behavior...
Ease into all the feedback features, not all at once. More like x-series-actuator examples.
Noted/added in PR #47 > The 'never shrink' mod works well with an arm where origins move around, but something weird happens when doing just orientation where the box keeps...
remove use of tic() and toc()
This is an easy way to label pins in the API to make the code more readable.
H25 and links added to HRDFs (Dave's started the components)