Collision Avoidance Path Planning for robotics in Rust-lang
$ cargo run --release --example reach
then,
f
/b
to move IK targetm
to use current pose as init posei
to reach the targettype p
to plan
type r
to set random pose
c
to check collisionThe example can handle any urdf files (sample.urdf is used as default)
$ cargo run --release --example reach YOUR_URDF_FILE_PATH