Skip to content

Commit cb368eb

Browse files
committed
update test
1 parent d432ffe commit cb368eb

File tree

11 files changed

+2
-37616
lines changed

11 files changed

+2
-37616
lines changed

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions.info

+1-9
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@ dt 0.05;
33
motionList
44
{
55
[0] walking
6-
[1] walking_1_3_speed
7-
[2] walking_2_3_speed
8-
[3] walking_inplace
9-
[4] mocap_20211126
10-
[5] motion_v5
11-
[6] motion_v6
12-
[7] recorded
13-
[8] motion_v6_recorded
14-
[9] walking_inplace_recorded
6+
[1] demo_motion
157
}

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/motion_v5.txt

-451
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/motion_v6.txt

-751
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/motion_v6_recorded.txt

-12,001
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/recorded.txt

-11,332
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/walking_1_3_speed.txt

-1,610
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/walking_2_3_speed.txt

-1,610
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/walking_inplace.txt

-1,610
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/config/motions/walking_inplace_recorded.txt

-8,241
This file was deleted.

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_loopshaping_mpc/test/testMotionTracking.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ TEST_F(TestAnymalLoopshapingMpc, motion_tracking) {
111111
const std::string path(__FILE__);
112112
const std::string dir = path.substr(0, path.find_last_of("/"));
113113
const std::string motionFilesPath = dir + "/../../ocs2_anymal_commands/config/motions/";
114-
const std::string motionName = "mocap_20211126";
114+
const std::string motionName = "demo_motion";
115115

116116
const auto csvData = switched_model::readCsv(motionFilesPath + motionName + ".txt");
117117
const auto motionData = switched_model::readMotion(csvData);

0 commit comments

Comments
 (0)