Skip to content

feat(c3) Additional cost calculation functions used by sampling C3 examples#53

Merged
Meow404 merged 20 commits into
mainfrom
bibit/cost-evaluation
Apr 23, 2026
Merged

feat(c3) Additional cost calculation functions used by sampling C3 examples#53
Meow404 merged 20 commits into
mainfrom
bibit/cost-evaluation

Remove unnecessary private implementation and move functionality into…

d95bdf8
Select commit
Loading
Failed to load commit list.
Cirrus CI / noble succeeded Apr 23, 2026 in 6m 45s

Task Summary

Task successfully finished!

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:09 format
✅ 06:32 test
✅ 00:00 noble_test

Annotations

Check notice on line 75 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L75

C3CartpoleTest.InitializationTest

Check notice on line 81 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L81

C3CartpoleTest.LinearConstraintsTest

Check notice on line 148 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L148

C3CartpoleTest.RemoveLinearConstraintsTest

Check notice on line 172 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L172

C3CartpoleTest.UpdateTargetTest

Check notice on line 194 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L194

C3CartpoleTest.UpdateCostMatrix

Check notice on line 280 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L280

C3CartpoleTest.ZSolStaleTest

Check notice on line 308 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L308

C3CartpoleTest.CreatePlaceholder

Check notice on line 316 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L316

C3CartpoleTest.WarmStartSmokeTest

Check notice on line 877 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L877

C3CartpoleTest.FallbackSolutionSetsStateAndZerosInputs

Check notice on line 938 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L938

C3CartpoleTest.FallbackSolutionRecoveryAfterConstraintRemoval

Check notice on line 327 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L327

TrajectoryEvaluatorTest.QuadraticCostMatchesManual

Check notice on line 428 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L428

TrajectoryEvaluatorTest.QuadraticCostWithStartEndIndexArguments

Check notice on line 493 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L493

TrajectoryEvaluatorTest.SimulatePDControlWithLCSTest

Check notice on line 611 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L611

TrajectoryEvaluatorTest.ZeroOrderHoldAndDownsampleRoundTrip

Check notice on line 632 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L632

TrajectoryEvaluatorTest.MultiZeroOrderHoldAndDownsampleRoundTrip

Check notice on line 688 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L688

TrajectoryEvaluatorTest.SimulateLCSOverTrajectoryMatchesLinearDynamics

Check notice on line 756 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L756

C3CartpoleTypedTest/0.UpdateLCSTest

Check notice on line 797 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L797

C3CartpoleTypedTest/0.End2EndCartpoleTest

Check notice on line 825 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L825

C3CartpoleTypedTest/0.ComputeCost

Check notice on line 756 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L756

C3CartpoleTypedTest/1.UpdateLCSTest

Check notice on line 797 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L797

C3CartpoleTypedTest/1.End2EndCartpoleTest

Check notice on line 825 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L825

C3CartpoleTypedTest/1.ComputeCost

Check notice on line 756 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L756

C3CartpoleTypedTest/2.UpdateLCSTest

Check notice on line 797 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L797

C3CartpoleTypedTest/2.End2EndCartpoleTest

Check notice on line 825 in core/test/core_test.cc

See this annotation in the file changed.

@cirrus-ci cirrus-ci / noble

core/test/core_test.cc#L825

C3CartpoleTypedTest/2.ComputeCost