Skip to content

Commit a6297ff

Browse files
committed
[python]: base_pose_vec fix [ci skip]
1 parent 7b98f4e commit a6297ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/robot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ namespace robot_dart {
205205
py::arg("body_index"))
206206

207207
.def("base_pose", &Robot::base_pose)
208-
.def("base_pose_vec", &Robot::base_pose)
208+
.def("base_pose_vec", &Robot::base_pose_vec)
209209

210210
.def("set_base_pose", (void (Robot::*)(const Eigen::Isometry3d&)) & Robot::set_base_pose,
211211
py::arg("tf"))

0 commit comments

Comments
 (0)