facebookresearch / theseus

A library for differentiable nonlinear optimization
MIT License
1.78k stars 128 forks source link

Make SDF boundary value configurable #500

Closed rmurai0610 closed 1 year ago

rmurai0610 commented 1 year ago

Motivation and Context

Made the boundary value of sdf configurable. The default was 0 (i.e. solid wall around the map) but this does not make sense in MPC setting, where we may want to encourage the motion planner to explore outside the current local map.

How Has This Been Tested

It's not tested yet

Types of changes

Checklist