Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Nov 1, 2023
1 parent 679fc83 commit 41e0e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace vehicle_systems {
py::arg("surface_normal"),
py::arg("area"),
py::arg("frame_orientation") = "",
get_docstring("frame_fixed_geometry").c_str());
get_docstring("frame_fixed_panel_geometry").c_str());

m.def("body_tracking_panel_geometry",
&tss::bodyTrackingPanelGeometry,
Expand Down

0 comments on commit 41e0e23

Please sign in to comment.