logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

differential - kinematics for a differential transmission

Author

       Sebastian Kuzminsky

Functions

differential.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                    DIFFERENTIAL(9)

Name

       differential - kinematics for a differential transmission

Pins

differential.N.roll-cmd float in
              position command for roll (in degrees)

       differential.N.pitch-cmd float in
              position command for pitch (in degrees)

       differential.N.roll-fb float out
              position feedback for roll (in degrees)

       differential.N.pitch-fb float out
              position feedback for pitch (in degrees)

       differential.N.motor0-cmd float out
              position command to motor0 (based on roll & pitch inputs)

       differential.N.motor1-cmd float out
              position command to motor1 (based on roll & pitch inputs)

       differential.N.motor0-fb float in
              position feedback from motor0

       differential.N.motor1-fb float in
              position feedback from motor1

Synopsis

loadrtdifferential[count=N|names=name1[,name2...]]

See Also