updated package structure and more fixes

This commit is contained in:
Ruixiang Du
2019-10-07 23:14:29 +08:00
parent ccccce9d40
commit 829b6f8845
4459 changed files with 6640 additions and 518864 deletions

View File

@@ -154,6 +154,10 @@ include_directories(
## Install ##
#############
install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
# all install targets should use catkin DESTINATION variables
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html

View File

@@ -0,0 +1,3 @@
<launch>
<include file="$(find scout_base)/launch/scout_base_nav.launch" />
</launch>

View File

@@ -0,0 +1,3 @@
<launch>
<include file="$(find scout_base)/launch/scout_base_nav_sim.launch" />
</launch>