Possible to do inequality constraint with G2o?
I am looking for a way to implement inequality constraint with G2o tool. Is it possible? i haven't found what could be used. Basically, i would like to have for constraint a basic inequality. For instance, keeping a state scalar X lower than an hardcoded threshold value. Any way to do it with G2O or we have to deal with equalities only?
I haven't tried it, but I would guess you can write your own edge with a custom computeError() function and linearizeOplus() that behaves as you say.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.