Skip to content

Commit

Permalink
[install] recently added automotive targets (RobotLocomotion#8293)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier authored Mar 7, 2018
1 parent 3137ee4 commit b0c4875
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions automotive/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ drake_cc_library(
name = "create_trajectory_params",
srcs = ["create_trajectory_params.cc"],
hdrs = ["create_trajectory_params.h"],
visibility = ["//visibility:private"],
deps = [
":curve2",
":trajectory_car",
Expand Down Expand Up @@ -215,7 +214,6 @@ drake_cc_library(
name = "pose_selector",
srcs = ["pose_selector.cc"],
hdrs = ["pose_selector.h"],
visibility = [],
deps = [
":lane_direction",
":road_odometry",
Expand Down Expand Up @@ -285,7 +283,6 @@ drake_cc_library(
name = "road_path",
srcs = ["road_path.cc"],
hdrs = ["road_path.h"],
visibility = [],
deps = [
":lane_direction",
":monolane_onramp_merge",
Expand Down Expand Up @@ -330,7 +327,6 @@ drake_cc_library(
name = "calc_ongoing_road_position",
srcs = ["calc_ongoing_road_position.cc"],
hdrs = ["calc_ongoing_road_position.h"],
visibility = [],
deps = [
":pose_selector",
"//automotive/maliput/api",
Expand All @@ -346,7 +342,6 @@ drake_cc_library(
name = "calc_smooth_acceleration",
srcs = ["calc_smooth_acceleration.cc"],
hdrs = ["calc_smooth_acceleration.h"],
visibility = [],
deps = [
"//common:autodiff",
"//common:symbolic",
Expand Down
5 changes: 5 additions & 0 deletions tools/install/libdrake/build_components.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ LIBDRAKE_COMPONENTS = [
"//automotive:automotive_simulator",
"//automotive:bicycle_car",
"//automotive:box_car_vis",
"//automotive:calc_ongoing_road_position",
"//automotive:calc_smooth_acceleration",
"//automotive:car_vis",
"//automotive:car_vis_applicator",
"//automotive:create_trajectory_params",
"//automotive:curve2",
"//automotive:generated_translators",
"//automotive:generated_vectors",
Expand All @@ -36,10 +39,12 @@ LIBDRAKE_COMPONENTS = [
"//automotive:maliput_railcar",
"//automotive:mobil_planner",
"//automotive:monolane_onramp_merge",
"//automotive:pose_selector",
"//automotive:prius_vis",
"//automotive:pure_pursuit",
"//automotive:pure_pursuit_controller",
"//automotive:road_odometry",
"//automotive:road_path",
"//automotive:simple_car",
"//automotive:simple_powertrain",
"//automotive:trajectory_car",
Expand Down

0 comments on commit b0c4875

Please sign in to comment.