Expand description
Helper functions
Functions§
- as_
radians - Allows to specify joint values in degrees (converts to radians)
- assert_
pose_ eq - dump_
joints - Print joint values, converting radianst to degrees.
- dump_
pose - dump_
solutions - Print joint values for all solutions, converting radianst to degrees.
- dump_
solutions_ degrees - joints
- Convert array of f32’s in degrees to Joints that are array of f64’s in radians
- joints_
to_ vector6 - Converts
Joints ([f64; 6])
to aVector6<f64>
- to_
degrees - Convert joints that are array of f64’s in radians to array of f32’s in degrees
- transition_
costs - Calculates the transition cost between two sets of joint positions, weighted by given coefficients (rotating heavy base joints is more expensive). This function returns maximum rotation
- vector6_
to_ joints - Converts
nalgebra::Vector6<f64>
to Joints ([f64; 6])