Skip to content

Commit

Permalink
Remove binding for interpolate options
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed Mar 19, 2021
1 parent 10edf19 commit e059578
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmf_fleet_adapter_python/src/planner/planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ void bind_plan(py::module &m) {

// Options =============================================================
// TODO
// Light wrappers
py::class_<Interpolate::Options>(m, "InterpolateOptions")
.def(py::init<>());

// Planner ===================================================================
py::class_<Planner>(m_plan, "Planner")
Expand Down

0 comments on commit e059578

Please sign in to comment.