Skip to content

Commit

Permalink
[parsing] Implements basic material and mesh support in MuJoCo parser (
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake authored Nov 16, 2022
1 parent 64a2fea commit 2ae55dd
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 44 deletions.
6 changes: 5 additions & 1 deletion multibody/parsing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,11 @@ drake_cc_googletest(

drake_cc_googletest(
name = "detail_mujoco_parser_test",
data = _DM_CONTROL_MUJOCO_FILES,
data = [
":test_models",
"//geometry:test_obj_files",
"//geometry:test_stl_files",
] + _DM_CONTROL_MUJOCO_FILES,
deps = [
":detail_mujoco_parser",
"//common:find_resource",
Expand Down
Loading

0 comments on commit 2ae55dd

Please sign in to comment.