Skip to content

Commit

Permalink
[mini_quadrotor] create mujoco model for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Sep 23, 2024
1 parent 035a40b commit e82c76a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robots/mini_quadrotor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ install(TARGETS crocoddyl_test
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

# mujoco_model_convert(
# ${PROJECT_SOURCE_DIR}
# ${PROJECT_SOURCE_DIR}/config/mujoco_model.yaml)
mujoco_model_convert(
${PROJECT_SOURCE_DIR}
${PROJECT_SOURCE_DIR}/config/mujoco_model.yaml)

if(CATKIN_ENABLE_TESTING)
find_package(rostest REQUIRED)
Expand Down

0 comments on commit e82c76a

Please sign in to comment.