Skip to content

votroto/IK.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globally Optimal Inverse Kinematics

Use via a primitive websocket server

julia websocket/server.jl -i 0.0.0.0 -p 8081 data/kuka.toml

then you can send the first 3x4 elements of a transformation matrix.

cat data/feasible_kuka_pose.txt | websocat ws://0.0.0.0:8081

The server will remember the last pose and minimize the squared distance from it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages