copp 0.2.0

Convex-objective path parameterization for robotic trajectory planning.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "copp"
version = "0.2.0"
build = false
exclude = [
    "data/**",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convex-objective path parameterization for robotic trajectory planning."
readme = "README.md"
keywords = [
    "trajectory-planning",
    "jerk-limited",
    "motion-planning",
    "convex-optimization",
    "time-optimal",
]
categories = [
    "science::robotics",
    "algorithms",
    "mathematics",
    "simulation",
]
license = "MIT"
repository = "https://github.com/TOPP-THU/copp"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "mathjax-config.html",
]

[lib]
name = "copp"
crate-type = [
    "rlib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "copp2_socp"
path = "examples/copp2_socp.rs"

[[example]]
name = "copp3_socp"
path = "examples/copp3_socp.rs"

[[example]]
name = "reach_set2"
path = "examples/reach_set2.rs"

[[example]]
name = "topp2_ra"
path = "examples/topp2_ra.rs"

[[example]]
name = "topp3_lp"
path = "examples/topp3_lp.rs"

[[example]]
name = "topp3_socp"
path = "examples/topp3_socp.rs"

[[test]]
name = "test_franka"
path = "tests/test_franka.rs"

[[test]]
name = "test_random_spline"
path = "tests/test_random_spline.rs"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clarabel]
version = "0.11.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.28"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.plotters]
version = "0.3.7"

[dev-dependencies.rand]
version = "0.10.1"