Skip to content

Commit

Permalink
add reactive_gait
Browse files Browse the repository at this point in the history
  • Loading branch information
P1terQ committed Jun 28, 2023
1 parent 1afd18a commit fe8ce05
Show file tree
Hide file tree
Showing 322 changed files with 723,010 additions and 71 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .vscode/c_cpp_properties.json
100644 → 100755
Empty file.
Empty file modified .vscode/settings.json
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified cerbrus_interface/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified cerbrus_interface/cerbrus_interface_plugins.xml
100644 → 100755
Empty file.
Empty file modified cerbrus_interface/include/cerbrus_interface/CerberusVilo.h
100644 → 100755
Empty file.
Empty file modified cerbrus_interface/package.xml
100644 → 100755
Empty file.
Empty file modified cerbrus_interface/src/CerberusVilo.cpp
100644 → 100755
Empty file.
Empty file modified docs/system_diagram.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/tasks.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified legged_common/CMakeLists.txt
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified legged_common/package.xml
100644 → 100755
Empty file.
Empty file modified legged_control/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified legged_control/package.xml
100644 → 100755
Empty file.
Empty file modified legged_controllers/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified legged_controllers/config/a1/gait.info
100644 → 100755
Empty file.
Empty file modified legged_controllers/config/a1/reference.info
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions legged_controllers/config/a1/task.info
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ R
FootPlacementSoftConstraint
{
; relaxed log barrier parameters 小了过沟的时候过不去,大了上楼梯不好上
mu 1.0
delta 0.001
mu 1.2
delta 0.0005
}

frictionConeSoftConstraint
Expand Down
20 changes: 20 additions & 0 deletions legged_controllers/config/aliengo/gait.info
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ list
[9] lindyhop
[10] skipping
[11] pawup
[12] gallop
}

stance
Expand Down Expand Up @@ -275,3 +276,22 @@ pawup
[1] 2.0
}
}

gallop
{
modeSequence
{
[0] LF_RF
[1] FLY
[2] LF_RH
[3] FLY
}
switchingTimes
{
[0] 0.0
[1] 0.28
[2] 0.30
[3] 0.58
[4] 0.60
}
}
Empty file modified legged_controllers/config/aliengo/reference.info
100644 → 100755
Empty file.
Empty file modified legged_controllers/config/aliengo/task.info
100644 → 100755
Empty file.
Empty file modified legged_controllers/config/controllers.yaml
100644 → 100755
Empty file.
Empty file modified legged_controllers/config/joy.yaml
100644 → 100755
Empty file.
Loading

0 comments on commit fe8ce05

Please sign in to comment.