ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

footstep planner

asked 2013-05-05 08:52:42 -0500

JaRu gravatar image

Hi!

I use the footstep_planner and I have a question, respectively I am searching for a parameter, which I does not found.

Where can I specify the position of the foots from the robot. (I gave the planner a start position, but from where he get exactly the information about the position of left and right foot from the robot.)

Thanks for help!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-13 23:46:40 -0500

AHornung gravatar image

Starting feet can be set in the API with the function "setStart". There is no callback for that exposed, instead the callback uses the starting pose (x,y,theta) to place the feet around it (left and right).

In the footstep_navigation node, the robot's current foot locations from TF are used.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-05 08:52:42 -0500

Seen: 214 times

Last updated: May 13 '13