Skip to content

Commit 5e23e06

Browse files
Fixed parameter name in pybind
1 parent 6ba96d3 commit 5e23e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ PYBIND11_MODULE(_franky, m) {
805805
target, reference_type, relative_dynamics_factor, minimum_time};
806806
}
807807
),
808-
"robot_pose"_a,
808+
"target"_a,
809809
py::arg_v("reference_type", ReferenceType::Absolute, "_franky.ReferenceType.Absolute"),
810810
"relative_dynamics_factor"_a = 1.0,
811811
"minimum_time"_a = std::nullopt)

0 commit comments

Comments
 (0)