File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs message_generation
10
10
11
11
## Declare a catkin package
12
12
catkin_package ()
13
- catkin_python_setup ()
14
13
15
14
include_directories (include ${catkin_INCLUDE_DIRS} )
16
15
include_directories (include ${PROJECT_SOURCE_DIR} /src )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ find_package(gazebo)
11
11
12
12
catkin_package ()
13
13
14
- find_package (roslaunch )
15
-
16
- foreach (dir config launch meshes urdf )
17
- install (DIRECTORY ${dir} /
18
- DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /${dir} )
19
- endforeach (dir )
14
+ # Install
15
+ install (PROGRAMS
16
+ scripts/home_robot.py
17
+ DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
18
+ )
19
+
20
+ install (DIRECTORY launch
21
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
22
+ FILES_MATCHING PATTERN "*.launch"
23
+ )
20
24
21
25
# Gazebo is compiled with Protobuf 2.6.1 and Kortex with Protobuf 3.5.1
22
26
# The 2.6.1 includes are prepended to the include_directories so the Gazebo plugins we compile here build
You can’t perform that action at this time.
0 commit comments