Skip to content

Commit 8d80b7f

Browse files
committed
fix: add support for lcm
1 parent 6eac8ea commit 8d80b7f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
MODULE.bazel.lock
77
**/__pycache__/**
88
.vscode
9+
*.ps

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ drake_dep_repositories = use_extension(
2020

2121
use_repo(
2222
drake_dep_repositories,
23+
"lcm",
2324
"eigen",
2425
"fmt",
2526
"gflags",

systems/c3_controller.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include "core/c3_miqp.h"
88
#include "core/c3_qp.h"
99

10+
#include "drake/common/text_logging.h"
11+
1012
namespace c3 {
1113

1214
using drake::multibody::ModelInstanceIndex;

0 commit comments

Comments
 (0)