Skip to content

Commit 41c56e6

Browse files
committed
dependencies: remove unnecessary dependencies
1 parent 57043b6 commit 41c56e6

Some content is hidden

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

43 files changed

+51
-3922
lines changed

WORKSPACE

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,10 @@ http_archive(
198198
],
199199
)
200200

201-
# load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
202-
# git_repository(
203-
# name = "c3",
204-
# remote = "https://github.com/DAIRLab/c3",
205-
# commit = "1f42e150e4856060973d6f861af915dc2d2f52c4",
206-
# )
207-
208-
local_repository(
201+
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
202+
git_repository(
209203
name = "c3",
210-
path = "../c3"
204+
remote = "https://github.com/DAIRLab/c3",
205+
branch = "stephen/dairlib-plate-balancing-example",
211206
)
212207

examples/plate-balancing/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ cc_binary(
129129
"//systems/primitives",
130130
"//systems/trajectory_optimization:lcm_trajectory_systems",
131131
"//systems/visualization:lcm_visualization_systems",
132+
"@c3//lcmtypes:lcmt_c3",
132133
"@drake//:drake_shared_library",
133134
"@gflags",
134135
],

examples/plate-balancing/config/plate_balancing_config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Change this to change the scene
2-
<<<<<<< Updated upstream
32
scene_index: 1
4-
=======
5-
scene_index: 2
6-
>>>>>>> Stashed changes
3+
74

85
# =========== Optional ==============
96
# To include end effectory orientation in the LCS state

examples/plate-balancing/franka_visualizer.cc

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

examples/plate-balancing/urdf/cylinder_lcs.urdf

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

examples/plate-balancing/urdf/plate_end_effector_floating.urdf

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

examples/plate-balancing/urdf/plate_end_effector_parameter_sweep.urdf

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

examples/plate-balancing/urdf/plate_end_effector_translation_he.urdf

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

examples/plate-balancing/urdf/tray_transparent.sdf

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

lcmtypes/lcmt_c3_forces.lcm

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

0 commit comments

Comments
 (0)