Hi, thanks for the good work on placo. I would like to ask a question which may seem a bit trivial to people who understand Qp optimization and robotics. So forgive me for asking a naive question.
In short, I have used bipedal walktask and walk planner to generate footsteps, and thus getting pose , joint configuration for my robot at each time step using kinematics solver. Now, I would like to add dynamics constraint to this qp problem so that I may get a better motion reference (i.e. pose and joint configuration ) for each time step . I have looked at examples provided placo_example such as sigmaban.py. I have not found any examples including both kinematics and dynamics solver. I'm not sure directly adding dynamics solver and initialize dynamic tasks according to the robot and generated footsteps would achieve what I want. Right now, in my code I define kinematics solver and dynamic solver with respect to the same robot and solve independently in the same dt.
Could you share some hints on this ? It would be very kind of you if you could provide an example. Also, I have read it somewhere that the dynamic solver actually includes the kinematics solver's functionality.
Hi, thanks for the good work on placo. I would like to ask a question which may seem a bit trivial to people who understand Qp optimization and robotics. So forgive me for asking a naive question.
In short, I have used bipedal walktask and walk planner to generate footsteps, and thus getting pose , joint configuration for my robot at each time step using kinematics solver. Now, I would like to add dynamics constraint to this qp problem so that I may get a better motion reference (i.e. pose and joint configuration ) for each time step . I have looked at examples provided placo_example such as sigmaban.py. I have not found any examples including both kinematics and dynamics solver. I'm not sure directly adding dynamics solver and initialize dynamic tasks according to the robot and generated footsteps would achieve what I want. Right now, in my code I define kinematics solver and dynamic solver with respect to the same robot and solve independently in the same dt.
Could you share some hints on this ? It would be very kind of you if you could provide an example. Also, I have read it somewhere that the dynamic solver actually includes the kinematics solver's functionality.