Browse Source

for cmake option GENERATE_ROS_MODELS to make ROS sdf models

release/1.12
Dongoo Lee 4 years ago committed by JaeyoungLim
parent
commit
32012cb3ee
  1. 1
      platforms/posix/cmake/sitl_target.cmake

1
platforms/posix/cmake/sitl_target.cmake

@ -37,6 +37,7 @@ ExternalProject_Add(sitl_gazebo @@ -37,6 +37,7 @@ ExternalProject_Add(sitl_gazebo
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
-DSEND_ODOMETRY_DATA=ON
-DGENERATE_ROS_MODELS=ON
BINARY_DIR ${PX4_BINARY_DIR}/build_gazebo
INSTALL_COMMAND ""
DEPENDS git_gazebo

Loading…
Cancel
Save