Commit 7a456ff
committed
Moved all locomotion policies to a proper place and added some new experimental ones. modified object detection to record inference time. added some intermidiate urdf with primitive collisions. Added primitives as the main collision to the main bez2 mjcf. Added classes so that the stls are used for visuals, this increases performance a lot. changed main body link from torso_2023 to torso. Split test_mujoco into walk, and perception for better organization. integrated the onnxcontroller as rl_walk and rl_walk_ros for better modularity. Added a gravity_vector to sensors. updated the ros layer to at least fill out the observation vector for the policy. Added joint state callbacks to motor control and calcuate joint velocities from angles. re-enabled orientation for the pose navigator. should be ready to deploy the policy.
1 parent fdf9787 commit 7a456ff
29 files changed
Lines changed: 1622 additions & 799 deletions
File tree
- .idea
- soccer_control/soccer_pycontrol
- models
- soccer_pycontrol
- model
- model_ros
- walk_engine
- walk_engine_ros
- test
- soccer_description
- bez1_description/mjcf
- bez2_description
- mjcf
- urdf
- soccer_hardware/soccer_firmware_interface/soccer_firmware_interface
- soccer_perception/soccer_object_detection/soccer_object_detection
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
| |||
0 commit comments