Closed nicolecheetham closed 1 month ago
FYI The setup scripts in each project like drake_cmake_installed/setup/foo
should not be hard-coding their subdir name like drake_cmake_installed
anywhere inside the script. When the users makes their own repo, that name will no longer match. The code that calls those scripts should chdir
to the correct relative path (the subdir, not the git repository root) before calling anything.
This is only waiting on an LGTM from @BetsyMcPhail.
Issue: https://github.com/RobotLocomotion/drake-external-examples/issues/309
Issue: https://github.com/RobotLocomotion/drake-external-examples/issues/61
This change is