Skip to content

Commit

Permalink
The humanoid pose finder outputs something
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Oct 10, 2023
1 parent a88bbcd commit c1ddaf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/hippopt/turnkey_planners/humanoid_pose_finder/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import argparse
import logging

import casadi as cs
import idyntree.bindings as idyntree
Expand All @@ -9,6 +10,8 @@
import hippopt.turnkey_planners.humanoid_pose_finder.planner as pose_finder

if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)

parser = argparse.ArgumentParser(
description="Trajectory Optimization of a forward walking motion on ergoCub.",
)
Expand Down Expand Up @@ -160,3 +163,5 @@
)

planner.set_references(references)

output = planner.solve()

0 comments on commit c1ddaf6

Please sign in to comment.