- Notifications
You must be signed in to change notification settings - Fork0
This approach is used to solve path optimization for off-road terrain by providing a Koopman operator based convex formulation
License
JMoyalan/Koopman_based_path_optimization
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The code in this repository considers the problem of optimal control design for navigation on off-road terrain. We use a traversability measure to characterize the difficulty of navigation on off-road terrain. The traversability measure captures terrain properties essential for navigation, such as elevation maps, roughness, slope, and texture. We provide a convex formulation to the off-road navigation problem by lifting the problem to the density space using the linear Koopman and Perron-Frobenius (P-F) operators. Our convex framework is then implemented for path planning of the legged robots in an unstructured environment. Please look atpaper 1 andpaper 2 for high-level details of the framework.
The quadruped navigation is a two-stage hierarchical process that involves aglobal planner and alocal controller. The global planner is used to come up with state trajectories in terms of positions and velocity. Our framework is utilized in the global planner stage for trajectory planning for off-road terrain. The P-F planner incorporates Koopman operator theory to get a convex optimization, where the following solution is a feedback controller used as an optimal reference trajectory for traversing the unstructured environment. For the local planner stage, we use theQuad-SDK framework.
We useQuad-SDK for producing leg torque control in the local planner stage of the quadruped navigation.Quad-SDK is an open-source, ROS-based full-stack software framework for agile quadrupedal locomotion. Refer toQUad-SDK Github page for installation, dependency, and unit testing information on the software.
We present two off-road terrain navigation for quadruped locomotion:C-shaped_terrain andhill_and_pit. By running the filesC-shaped_terrain/Global_planner_C_shaped_terrain.m andhill_and_pit/Global_planner_hill_pit.m, we obtain the optimal trajectory in terms of position and velocity which is then fed toQuad-SDK framework to generate leg torque control.
| Optimal trajectory obtained from solving Koopman-based optimization | Quadruped tracking the optimal trajectory |
|---|---|
![]() |
| Optimal trajectory obtained from solving Koopman-based optimization | Quadruped tracking the optimal trajectory |
|---|---|
![]() |
About
This approach is used to solve path optimization for off-road terrain by providing a Koopman operator based convex formulation
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.

