Skip to content

Commit

Permalink
Made python binding of JointWaypoint accept JointState targets
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSchneider42 committed May 27, 2024
1 parent c610d30 commit 25afa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ PYBIND11_MODULE(_franky, m) {
py::class_<Waypoint<Vector7d>>(m, "JointWaypoint")
.def(py::init<>(
[](
const Vector7d &target,
const JointState &target,
ReferenceType reference_type,
RelativeDynamicsFactor relative_dynamics_factor,
std::optional<double> minimum_time) {
Expand Down

0 comments on commit 25afa0c

Please sign in to comment.