Skip to content

Commit

Permalink
[mujoco] do not build for real machine environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Oct 30, 2023
1 parent e339106 commit 3746118
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions robots/dragon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ install(DIRECTORY bin
USE_SOURCE_PERMISSIONS
)

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
6 changes: 3 additions & 3 deletions robots/hydrus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ install(DIRECTORY bin
USE_SOURCE_PERMISSIONS
)

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
6 changes: 3 additions & 3 deletions robots/hydrus_xi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ install(FILES flight_navigation_plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_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
6 changes: 3 additions & 3 deletions robots/mini_quadrotor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install(DIRECTORY config launch
USE_SOURCE_PERMISSIONS
)

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 3746118

Please sign in to comment.