openscvx 0.3.2.dev248__tar.gz → 0.3.2.dev256__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/CONTRIBUTING.md +2 -2
- {openscvx-0.3.2.dev248/openscvx.egg-info → openscvx-0.3.2.dev256}/PKG-INFO +9 -9
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/README.md +7 -7
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/tutorial_6dof_los_guidance.md +1 -1
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/getting-started.md +4 -4
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/mkdocs.yml +3 -3
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/_version.py +3 -3
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/config.py +1 -1
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/server.py +4 -4
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256/openscvx.egg-info}/PKG-INFO +9 -9
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/pyproject.toml +1 -1
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/assets/logo.svg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/release-drafter.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/_docs.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/docs.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/lint.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/nightly.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/release-drafter.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/release.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/tests-integration.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.github/workflows/tests-unit.yml +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/.gitignore +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/LICENSE +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/constraint_reformulation.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/control_parameterization.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/discretization.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/ocp.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/scvx.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Overview/time_dilation.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/UnderTheHood/lowering_architecture.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/UnderTheHood/vectorization_and_vmapping.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/advanced_problem_setup.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_constraints.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_control.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_integrators.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_state.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_trajoptproblem.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/api_variable.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/basic_problem_setup.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/tutorial_6dof_obstacle_avoidance.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/tutorials.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/favicon.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/ct-scvx_dark.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/ct-scvx_light.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/ctcs_dark.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/ctcs_light.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/problem_class_dark.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/images/problem_class_light.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/assets/logo.svg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/citation.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/examples.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/index.md +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/javascripts/mathjax.js +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/abstract/brachistochrone.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/arm/three_link_arm.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/car/dubins_car.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/car/dubins_car_disjoint.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/car/dubins_car_stljax.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/cinema_vp.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/cinema_vp_realtime_base.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/dr_double_integrator.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/dr_vp.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/dr_vp_nodal.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/dr_vp_polytope.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/drone_racing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/obstacle_avoidance.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/obstacle_avoidance_nodal.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/obstacle_avoidance_realtime_base.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/obstacle_avoidance_vmap.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/plotting.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/plotting_viser.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/realtime/cinema_vp_realtime.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/realtime/drone_racing_realtime.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/realtime/dubins_car_realtime.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/realtime/obstacle_avoidance_realtime.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/rocket/3DoF_pdg.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/spacecraft/proxops_cw.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/ctlos_cine.gif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/ctlos_dr.gif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/dtlos_cine.gif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/dtlos_dr.gif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/openscvx_logo.svg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/openscvx_logo_square.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/oscvx_structure_full_dark.svg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/figures/video_preview.png +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/1-background.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/1-background@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/1-background@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/1-background@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/1-background@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth@1x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth@2x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth@3x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth@4x.avif +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/javascripts/parallax.js +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/logo.svg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/stylesheets/custom.css +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/stylesheets/parallax.css +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/home.html +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/main.html +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/partials/parallax/hero.html +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/partials/parallax.html +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/algorithms/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/algorithms/autotuning.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/algorithms/base.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/algorithms/optimization_results.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/algorithms/penalized_trust_region.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/discretization/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/discretization/discretization.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/expert/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/expert/byof.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/expert/lowering.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/expert/validation.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/init/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/init/interpolation.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/integrators/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/integrators/runge_kutta.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/cvxpy_constraints.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/cvxpy_variables.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/dynamics.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/jax_constraints.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/parameters.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/problem.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/lowered/unified.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/plotting.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/scp_iteration.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/animated.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/plotly_integration.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/primitives.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/plotting/viser/scp.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/problem.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/propagation/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/propagation/post_processing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/propagation/propagation.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/solvers/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/solvers/cvxpy.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/augmentation.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/builder.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/constraint_set.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/arithmetic.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/array.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/constraint.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/control.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/expr.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/lie/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/lie/adjoint.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/lie/se3.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/lie/so3.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/linalg.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/math.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/spatial.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/state.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/stl.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/variable.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/expr/vmap.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/hashing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/lower.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/lowerers/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/lowerers/cvxpy.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/lowerers/jax.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/preprocessing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/problem.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/time.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/symbolic/unified.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/cache.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/caching.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/printing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/profiling.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx/utils/utils.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx.egg-info/SOURCES.txt +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx.egg-info/dependency_links.txt +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx.egg-info/requires.txt +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/openscvx.egg-info/top_level.txt +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/scripts/gen_example_pages.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/scripts/gen_ref_pages.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/setup.cfg +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/brachistochrone_analytical.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/__init__.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_arithmetic.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_array.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_constraint.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_expr.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_lie.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_linalg.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_math.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_node_reference.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_parameters.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_scaling.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_spatial.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_variable.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/expr/test_vmap.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_augmentation.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_hashing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_lower_cvxpy.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_lower_jax.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_preprocessing.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/symbolic/test_unified.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_brachistochrone.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_cvxpygen_optional.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_discretization.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_examples.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_expert.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_init.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_integrators.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_plotting.py +0 -0
- {openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/tests/test_propagation.py +0 -0
|
@@ -52,7 +52,7 @@ Contributors can either:
|
|
|
52
52
|
|
|
53
53
|
To set up a fork for development:
|
|
54
54
|
|
|
55
|
-
1. Fork the repository on GitHub by clicking the "Fork" button on the [OpenSCvx repository page](https://github.com/
|
|
55
|
+
1. Fork the repository on GitHub by clicking the "Fork" button on the [OpenSCvx repository page](https://github.com/OpenSCvx/OpenSCvx)
|
|
56
56
|
|
|
57
57
|
2. Clone your fork locally:
|
|
58
58
|
```bash
|
|
@@ -181,7 +181,7 @@ The extensive test suite helps ensure that new features and refactors don't brea
|
|
|
181
181
|
|
|
182
182
|
#### Documentation
|
|
183
183
|
|
|
184
|
-
We use [MkDocs](https://www.mkdocs.org/) with [Material](https://squidfunk.github.io/mkdocs-material/) theme for documentation, hosted at [
|
|
184
|
+
We use [MkDocs](https://www.mkdocs.org/) with [Material](https://squidfunk.github.io/mkdocs-material/) theme for documentation, hosted at [openscvx.github.io/OpenSCvx](https://openscvx.github.io/OpenSCvx/).
|
|
185
185
|
|
|
186
186
|
API reference is auto-generated from docstrings using [mkdocstrings](https://mkdocstrings.github.io/). Please use [Google-style docstrings](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings) for all public functions and classes:
|
|
187
187
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openscvx
|
|
3
|
-
Version: 0.3.2.
|
|
3
|
+
Version: 0.3.2.dev256
|
|
4
4
|
Summary: A general Python-based successive convexification implementation which uses a JAX backend.
|
|
5
5
|
Author-email: Chris Hayner and Griffin Norris <haynec@uw.edu>
|
|
6
6
|
License: Apache Software License
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://openscvx.github.io/openscvx/
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
10
|
Requires-Python: >=3.9
|
|
@@ -44,11 +44,11 @@ Dynamic: license-file
|
|
|
44
44
|
|
|
45
45
|
<img src="figures/openscvx_logo.svg" width="1200"/>
|
|
46
46
|
<p align="center">
|
|
47
|
-
<a href="https://github.com/
|
|
48
|
-
<a href="https://github.com/
|
|
49
|
-
<a href="https://github.com/
|
|
50
|
-
<a href="https://github.com/
|
|
51
|
-
<a href="https://github.com/
|
|
47
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml/badge.svg"/></a>
|
|
48
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml/badge.svg"/></a>
|
|
49
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml/badge.svg"/></a>
|
|
50
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml/badge.svg"/></a>
|
|
51
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml/badge.svg?event=release"/></a>
|
|
52
52
|
</p>
|
|
53
53
|
<p align="center">
|
|
54
54
|
<a href="https://arxiv.org/abs/2410.22596"><img src="http://img.shields.io/badge/arXiv-2410.22596-B31B1B.svg"/></a>
|
|
@@ -118,7 +118,7 @@ Alternatively, for local development with the latest source:
|
|
|
118
118
|
|
|
119
119
|
```sh
|
|
120
120
|
# Clone the repo
|
|
121
|
-
git clone https://github.com/
|
|
121
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
122
122
|
cd OpenSCvx
|
|
123
123
|
|
|
124
124
|
# Install in editable/development mode
|
|
@@ -188,7 +188,7 @@ CVXPYGen features include:
|
|
|
188
188
|
This git repository can be installed using https
|
|
189
189
|
|
|
190
190
|
```sh
|
|
191
|
-
git clone https://github.com/
|
|
191
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
192
192
|
```
|
|
193
193
|
|
|
194
194
|
or ssh
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
<img src="figures/openscvx_logo.svg" width="1200"/>
|
|
4
4
|
<p align="center">
|
|
5
|
-
<a href="https://github.com/
|
|
6
|
-
<a href="https://github.com/
|
|
7
|
-
<a href="https://github.com/
|
|
8
|
-
<a href="https://github.com/
|
|
9
|
-
<a href="https://github.com/
|
|
5
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml/badge.svg"/></a>
|
|
6
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml/badge.svg"/></a>
|
|
7
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml/badge.svg"/></a>
|
|
8
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml/badge.svg"/></a>
|
|
9
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml/badge.svg?event=release"/></a>
|
|
10
10
|
</p>
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://arxiv.org/abs/2410.22596"><img src="http://img.shields.io/badge/arXiv-2410.22596-B31B1B.svg"/></a>
|
|
@@ -76,7 +76,7 @@ Alternatively, for local development with the latest source:
|
|
|
76
76
|
|
|
77
77
|
```sh
|
|
78
78
|
# Clone the repo
|
|
79
|
-
git clone https://github.com/
|
|
79
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
80
80
|
cd OpenSCvx
|
|
81
81
|
|
|
82
82
|
# Install in editable/development mode
|
|
@@ -146,7 +146,7 @@ CVXPYGen features include:
|
|
|
146
146
|
This git repository can be installed using https
|
|
147
147
|
|
|
148
148
|
```sh
|
|
149
|
-
git clone https://github.com/
|
|
149
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
150
150
|
```
|
|
151
151
|
|
|
152
152
|
or ssh
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab">
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
|
-
Awesome! Now that we have a basic understanding of how to use OpenSCvx, let's solve a more complex problem. In this example we will be solving a 6DoF line-of-sight guidance problem. This example comes from a RA-L paper of mine which you can find [here](https://
|
|
7
|
+
Awesome! Now that we have a basic understanding of how to use OpenSCvx, let's solve a more complex problem. In this example we will be solving a 6DoF line-of-sight guidance problem. This example comes from a RA-L paper of mine which you can find [here](https://openscvx.github.io/papers/los/). The problem is more complex than the previous example, but demonstrates the power of OpenSCvx's symbolic expression layer.
|
|
8
8
|
|
|
9
9
|
In this problem, it is still a minimum time problem, but now there are 10 gates in which the drone must pass through in a predefined sequence while maintaining a line-of-sight to several key points throughout the entire trajectory. The problem can be expressed as follows:
|
|
10
10
|
|
|
@@ -61,7 +61,7 @@ For local development, you can clone the repository and install it in editable m
|
|
|
61
61
|
|
|
62
62
|
```sh
|
|
63
63
|
# Clone the repo
|
|
64
|
-
git clone https://github.com/
|
|
64
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
65
65
|
cd OpenSCvx
|
|
66
66
|
|
|
67
67
|
# Install in editable mode with all optional dependencies
|
|
@@ -104,7 +104,7 @@ For setting up a local development environment, we recommend using Conda to mana
|
|
|
104
104
|
|
|
105
105
|
1. Clone the repository:
|
|
106
106
|
```sh
|
|
107
|
-
git clone https://github.com/
|
|
107
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
108
108
|
cd OpenSCvx
|
|
109
109
|
```
|
|
110
110
|
2. Create and activate a conda environment with Python:
|
|
@@ -124,7 +124,7 @@ For setting up a local development environment, we recommend using Conda to mana
|
|
|
124
124
|
1. Prerequisites: Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
|
|
125
125
|
2. Clone the repository:
|
|
126
126
|
```sh
|
|
127
|
-
git clone https://github.com/
|
|
127
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
128
128
|
cd OpenSCvx
|
|
129
129
|
```
|
|
130
130
|
3. Create and activate a virtual environment:
|
|
@@ -143,7 +143,7 @@ For setting up a local development environment, we recommend using Conda to mana
|
|
|
143
143
|
|
|
144
144
|
1. Clone the repository:
|
|
145
145
|
```sh
|
|
146
|
-
git clone https://github.com/
|
|
146
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
147
147
|
cd OpenSCvx
|
|
148
148
|
```
|
|
149
149
|
2. Create and activate a virtual environment:
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Project information
|
|
2
2
|
site_name: OpenSCvx
|
|
3
|
-
site_url: https://
|
|
3
|
+
site_url: https://openscvx.github.io/OpenSCvx/
|
|
4
4
|
site_author: Chris Hayner
|
|
5
5
|
site_description: >-
|
|
6
6
|
Warning this repo is currently in beta testing! Documentation for OpenSCvx, a JAX-based Python library for solving nonconvex trajectory optimization problems
|
|
7
7
|
# Repository
|
|
8
8
|
repo_name: haynec/OpenSCvx
|
|
9
|
-
repo_url: https://github.com/
|
|
9
|
+
repo_url: https://github.com/OpenSCvx/OpenSCvx
|
|
10
10
|
|
|
11
11
|
# Copyright
|
|
12
12
|
copyright: Copyright © 2025 Chris Hayner
|
|
@@ -107,7 +107,7 @@ extra:
|
|
|
107
107
|
default: latest
|
|
108
108
|
social:
|
|
109
109
|
- icon: fontawesome/brands/chrome
|
|
110
|
-
link: https://
|
|
110
|
+
link: https://openscvx.github.io/
|
|
111
111
|
|
|
112
112
|
|
|
113
113
|
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.3.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 3, 2, '
|
|
31
|
+
__version__ = version = '0.3.2.dev256'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 3, 2, 'dev256')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb939d09cc'
|
|
@@ -357,7 +357,7 @@ class ScpConfig:
|
|
|
357
357
|
|
|
358
358
|
This class defines the parameters used to configure the SCP solver. You
|
|
359
359
|
will very likely need to modify the weights for your problem. Please
|
|
360
|
-
refer to my guide [here](https://
|
|
360
|
+
refer to my guide [here](https://openscvx.github.io/openscvx/
|
|
361
361
|
hyperparameter_tuning) for more information.
|
|
362
362
|
|
|
363
363
|
Attributes:
|
|
@@ -66,17 +66,17 @@ def create_server(
|
|
|
66
66
|
TitlebarButton(
|
|
67
67
|
text="Getting Started",
|
|
68
68
|
icon="Description",
|
|
69
|
-
href="https://
|
|
69
|
+
href="https://openscvx.github.io/OpenSCvx/latest/getting-started/",
|
|
70
70
|
),
|
|
71
71
|
TitlebarButton(
|
|
72
72
|
text="Docs",
|
|
73
73
|
icon="Description",
|
|
74
|
-
href="https://
|
|
74
|
+
href="https://openscvx.github.io/OpenSCvx/",
|
|
75
75
|
),
|
|
76
76
|
TitlebarButton(
|
|
77
77
|
text="GitHub",
|
|
78
78
|
icon="GitHub",
|
|
79
|
-
href="https://github.com/
|
|
79
|
+
href="https://github.com/OpenSCvx/OpenSCvx",
|
|
80
80
|
),
|
|
81
81
|
)
|
|
82
82
|
|
|
@@ -88,7 +88,7 @@ def create_server(
|
|
|
88
88
|
image_url_light=logo_url,
|
|
89
89
|
image_url_dark=logo_url, # Use same logo for both themes
|
|
90
90
|
image_alt="OpenSCvx",
|
|
91
|
-
href="https://github.com/
|
|
91
|
+
href="https://github.com/OpenSCvx/OpenSCvx",
|
|
92
92
|
)
|
|
93
93
|
|
|
94
94
|
titlebar_config = TitlebarConfig(buttons=buttons, image=image)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openscvx
|
|
3
|
-
Version: 0.3.2.
|
|
3
|
+
Version: 0.3.2.dev256
|
|
4
4
|
Summary: A general Python-based successive convexification implementation which uses a JAX backend.
|
|
5
5
|
Author-email: Chris Hayner and Griffin Norris <haynec@uw.edu>
|
|
6
6
|
License: Apache Software License
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://openscvx.github.io/openscvx/
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
10
|
Requires-Python: >=3.9
|
|
@@ -44,11 +44,11 @@ Dynamic: license-file
|
|
|
44
44
|
|
|
45
45
|
<img src="figures/openscvx_logo.svg" width="1200"/>
|
|
46
46
|
<p align="center">
|
|
47
|
-
<a href="https://github.com/
|
|
48
|
-
<a href="https://github.com/
|
|
49
|
-
<a href="https://github.com/
|
|
50
|
-
<a href="https://github.com/
|
|
51
|
-
<a href="https://github.com/
|
|
47
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/lint.yml/badge.svg"/></a>
|
|
48
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-unit.yml/badge.svg"/></a>
|
|
49
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/tests-integration.yml/badge.svg"/></a>
|
|
50
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/nightly.yml/badge.svg"/></a>
|
|
51
|
+
<a href="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml"><img src="https://github.com/OpenSCvx/OpenSCvx/actions/workflows/release.yml/badge.svg?event=release"/></a>
|
|
52
52
|
</p>
|
|
53
53
|
<p align="center">
|
|
54
54
|
<a href="https://arxiv.org/abs/2410.22596"><img src="http://img.shields.io/badge/arXiv-2410.22596-B31B1B.svg"/></a>
|
|
@@ -118,7 +118,7 @@ Alternatively, for local development with the latest source:
|
|
|
118
118
|
|
|
119
119
|
```sh
|
|
120
120
|
# Clone the repo
|
|
121
|
-
git clone https://github.com/
|
|
121
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
122
122
|
cd OpenSCvx
|
|
123
123
|
|
|
124
124
|
# Install in editable/development mode
|
|
@@ -188,7 +188,7 @@ CVXPYGen features include:
|
|
|
188
188
|
This git repository can be installed using https
|
|
189
189
|
|
|
190
190
|
```sh
|
|
191
|
-
git clone https://github.com/
|
|
191
|
+
git clone https://github.com/OpenSCvx/OpenSCvx.git
|
|
192
192
|
```
|
|
193
193
|
|
|
194
194
|
or ssh
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/UnderTheHood/vectorization_and_vmapping.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/docs/Usage/tutorial_6dof_obstacle_avoidance.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/drone/obstacle_avoidance_realtime_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/examples/realtime/obstacle_avoidance_realtime.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/2-mars.avif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/3-moon.avif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/4-sat1.avif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/5-space.avif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/images/layers/6-earth.avif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/javascripts/parallax.js
RENAMED
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/stylesheets/custom.css
RENAMED
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/assets/stylesheets/parallax.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openscvx-0.3.2.dev248 → openscvx-0.3.2.dev256}/material/overrides/partials/parallax/hero.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|