Alexandre Amice

Results 21 issues of Alexandre Amice

This change is [](https://reviewable.io/reviews/robotlocomotion/drake/17066)

Consider the following: ```python from pydrake.all import MathematicalProgram, Polynomial, Solve import pydrake.symbolic as sym import numpy as np prog = MathematicalProgram() x, u = prog.NewIndeterminates(1, "x"), prog.NewIndeterminates(1, "u") V_sym =...

component: mathematical program

This change is [](https://reviewable.io/reviews/RobotLocomotion/drake/21113)

release notes: feature

### What happened? In IrisOptions, users are allowed to specify both a configuration space margin and configuration space obstacles. There are currently the following bugs in IrisInConfigurationSpaceFromCliqueCover: 1) Collision free...

type: bug
component: mathematical program

Add the ability to specify which groups of variables are jointly relaxed in MakeSemidefiniteRelaxation. - - - This change is [](https://reviewable.io/reviews/RobotLocomotion/drake/21043)

This change is [](https://reviewable.io/reviews/RobotLocomotion/drake/21035)

status: do not review

This change is [](https://reviewable.io/reviews/RobotLocomotion/drake/21016)

status: do not review

**Is your feature request related to a problem? Please describe.** This is a followup to #20076. It would be nice to have first class support to convert between SymPy Polynomials...

type: feature request
component: mathematical program

The following univariate example returns infeasible even though it should be a very simple problem. For the purposes of debugging, is it possible to have the domain of the SOS...

This change is [](https://reviewable.io/reviews/RobotLocomotion/drake/21376)