Skip to content

Commit 268e67c

Browse files
committed
fix: refactor after rebase on sampling_based_c3_public
1 parent db1a1b8 commit 268e67c

File tree

101 files changed

+1183
-6870
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1183
-6870
lines changed

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ build --action_env=LD_LIBRARY_PATH=
5252
# customizations somehow.
5353

5454
# build with snopt
55-
build --define=WITH_SNOPT=ON
5655
build --define=WITH_GUROBI=ON
5756
build --define=NO_CLARABEL=ON
5857

MODULE.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,16 @@ archive_override(
8989
strip_prefix = "drake-{}".format(DRAKE_VERSION.lstrip("v")),
9090
)
9191

92+
bazel_dep(name = "c3")
93+
git_override(
94+
module_name = "c3",
95+
remote = "https://github.com/DAIRLab/c3.git"
96+
commit = "2a77c1342db38efbc08aebcb1c8acb9b9c6002f0"
97+
)
98+
9299
INEKF_COMMIT = "297c308e50fa599af92ce3bd5f11d71e2bf8af69"
93100
INEKF_CHECKSUM = "c5a056ce00e1625e52f5a71b1d5c202acd53c1a8c7bca33da458db1e4f3f2edf"
94101

95-
96102
# Before changing the COMMIT, temporarily uncomment the next line so that Bazel
97103
# displays the suggested new value for the CHECKSUM.
98104
#INEKF_CHECKSUM = "0" * 64

examples/franka/BUILD.bazel

Lines changed: 0 additions & 286 deletions
This file was deleted.

examples/franka/README.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)