Robotlib.jl icon indicating copy to clipboard operation
Robotlib.jl copied to clipboard

Robotics library written in the Julia programming language

Results 5 Robotlib.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `StatsBase` package from `

This pull request changes the compat entry for the `Quaternions` package from `

@JuliaRegistrator register

function abb2logical!(q::Matrix) q[:,:] = q[:,[1, 2, 7, 3, 4, 5, 6]] end function logical2abb!(q::Matrix) q[:,:] = q[:,[1, 2, 4, 5, 6, 7, 3]] end function abb2logical!(q::Vector) q[:,:] = q[[1, 2,...