From 573fac99537f58fff2b31fb1da45d08e46a6e761 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Wed, 12 Apr 2023 11:05:07 -0700 Subject: [PATCH] Remove mention of atlas (which is no longer an installed model) (#267) --- .../src/find_resource/find_resource_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drake_cmake_installed/src/find_resource/find_resource_example.py b/drake_cmake_installed/src/find_resource/find_resource_example.py index dd371ee0..b36b77fa 100644 --- a/drake_cmake_installed/src/find_resource/find_resource_example.py +++ b/drake_cmake_installed/src/find_resource/find_resource_example.py @@ -4,4 +4,4 @@ from pydrake.common import FindResourceOrThrow -FindResourceOrThrow('drake/examples/atlas/urdf/atlas_convex_hull.urdf') +FindResourceOrThrow('drake/examples/pendulum/Pendulum.urdf')