Skip to content

Commit

Permalink
DNM Drake CI test for PR gazebosim/sdformat#268
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed May 4, 2020
1 parent 7a03e31 commit 59d20aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions tools/workspace/sdformat/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ SDFORMAT_MOST_PUBLIC_HDRS = [
"include/sdf/SemanticPose.hh",
"include/sdf/Sensor.hh",
"include/sdf/Sphere.hh",
"include/sdf/Surface.hh",
"include/sdf/Types.hh",
"include/sdf/Visual.hh",
"include/sdf/World.hh",
Expand Down Expand Up @@ -172,10 +173,7 @@ SDFORMAT_DATA = glob(["sdf/1.6/*.sdf"])
cc_library(
name = "sdformat",
srcs = [
"include/sdf/Converter.hh",
"include/sdf/EmbeddedSdf.hh",
"include/sdf/SDFExtension.hh",
"include/sdf/parser_private.hh",
":include/sdf/EmbeddedSdf.hh",
"include/sdf/parser_urdf.hh",
"src/Actor.cc",
"src/AirPressure.cc",
Expand All @@ -186,6 +184,7 @@ cc_library(
"src/Collision.cc",
"src/Console.cc",
"src/Converter.cc",
"src/Converter.hh",
"src/Cylinder.cc",
"src/Element.cc",
"src/Error.cc",
Expand Down Expand Up @@ -215,17 +214,20 @@ cc_library(
"src/Root.cc",
"src/SDF.cc",
"src/SDFExtension.cc",
"src/SDFExtension.hh",
"src/SDFImplPrivate.hh",
"src/Scene.cc",
"src/SemanticPose.cc",
"src/Sensor.cc",
"src/Sphere.cc",
"src/Surface.cc",
"src/Types.cc",
"src/Utils.cc",
"src/Utils.hh",
"src/Visual.cc",
"src/World.cc",
"src/parser.cc",
"src/parser_private.hh",
"src/parser_urdf.cc",
],
hdrs = SDFORMAT_ALL_PUBLIC_HDRS,
Expand Down
5 changes: 3 additions & 2 deletions tools/workspace/sdformat/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ def sdformat_repository(
github_archive(
name = name,
repository = "osrf/sdformat",
commit = "sdformat9_9.1.0",
sha256 = "e5ac1e7b9b37edf2236a87c7ef4c82d20710439d16933a7e4602a31c82e95367", # noqa
# DNM: Drake CI test for PR https://github.com/osrf/sdformat/pull/268
commit = "9f794faa76ff62715a26f139358e001e41ce653b",
sha256 = "7b0253e3ea40904a456285b9ac8f6d75a3b15c6c7384b7c7e7fb5717675c3ec7" # noqa
build_file = "@drake//tools/workspace/sdformat:package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 59d20aa

Please sign in to comment.