Skip to content

Commit 6507de0

Browse files
committed
fix: add support for lcm
1 parent 437561d commit 6507de0

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.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
@@ -8,6 +8,8 @@
88
#include "core/c3_qp.h"
99
#include "multibody/lcs_factory.h"
1010

11+
#include "drake/common/text_logging.h"
12+
1113
namespace c3 {
1214

1315
using drake::multibody::ModelInstanceIndex;

0 commit comments

Comments
 (0)