We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac8ea commit 8d80b7fCopy full SHA for 8d80b7f
.gitignore
@@ -6,3 +6,4 @@
6
MODULE.bazel.lock
7
**/__pycache__/**
8
.vscode
9
+*.ps
MODULE.bazel
@@ -20,6 +20,7 @@ drake_dep_repositories = use_extension(
20
21
use_repo(
22
drake_dep_repositories,
23
+ "lcm",
24
"eigen",
25
"fmt",
26
"gflags",
systems/c3_controller.cc
@@ -7,6 +7,8 @@
#include "core/c3_miqp.h"
#include "core/c3_qp.h"
10
+#include "drake/common/text_logging.h"
11
+
12
namespace c3 {
13
14
using drake::multibody::ModelInstanceIndex;
0 commit comments