add ROS_ETC to install file
This commit is contained in:
parent
f251738242
commit
8d471dc3b3
|
@ -7,3 +7,4 @@ export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:@CMAKE_INSTALL_PREFIX@/share
|
|||
if [ ! "$ROS_MASTER_URI" ] ; then
|
||||
export ROS_MASTER_URI=http://localhost:11311
|
||||
fi
|
||||
export ROS_ETC=@CMAKE_INSTALL_PREFIX@/etc/ros
|
Loading…
Reference in New Issue