intel / gazebo-sitl

A ROS-independent Gazebo plugin for Ardupilot's SITL
Apache License 2.0
10 stars 14 forks source link

Add custom install model path and change default #31

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

The default model installation path has been changed to a regular install folder, just like the plugin installation path. Previously we were installing models as root into the user folder, what is not a good idea. Also, the user may pass custom installation folders to cmake as follows:

cmake -D GZSITL_MODEL_INSTALL_PATH= -D GZSITL_PLUGIN_INSTALL_PATH=

Signed-off-by: Guilherme Campos Camargo guilherme.campos.camargo@intel.com