RAMP
RAMP copied to clipboard
Arduino Interpolation Library
Hi, I'm using a Teensy 4.1 to move a Robotic arm. I implemented a closed loop position systen using the following librarys: ``` #include #include #include ``` unfortunately, after implementing...
Hi Sorry to bother you with this but I have a general question. Both the examples show the interpolation running in the setup function. When I move it to the...
Hello! I want to use RAMP to smooth the acceleration of a motor. But the ramp should be updated "on the fly" that means the input value for the speed...
The following transition could result in type overflows : * BACK_IN * BACK_INOUT * BACK_OUT * ELASTIC_IN * ELASTIC_INOUT * ELASTIC_OUT Currently workin on a good way to do solve...
Based on this discussion https://github.com/siteswapjuggler/RAMP/issues/19 a way to operate the library with a distance, time, acceleration point of view would be really nice.