rohanpsingh / mc_mujoco

MuJoCo interface for mc-rtc
https://arxiv.org/abs/2209.00274
BSD 2-Clause "Simplified" License
77 stars 18 forks source link

Automatically installs robot models in the robots directory #50

Closed mmurooka closed 1 year ago

mmurooka commented 1 year ago

The change in this PR will allow robot models in the robots directory to be automatically discovered and installed. This eliminates the need to make local changes to CMakeLists.txt each time a new robot is added. For jvrc_mj_description, the behavior is the same as before; i.e., print FATAL_ERROR if not found, and call add_subdirectory if found.

rohanpsingh commented 1 year ago

Thanks! :+1: