Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Drone ROS Packages
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Larkin Heintzman
Drone ROS Packages
Commits
0cbcd4a2
Commit
0cbcd4a2
authored
Jan 21, 2022
by
Larkin Heintzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system lib removed from puredata
parent
5897937f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CMakeLists.txt
mission_controller/CMakeLists.txt
+1
-2
CMakeLists.txt
puredata/CMakeLists.txt
+1
-1
No files found.
mission_controller/CMakeLists.txt
View file @
0cbcd4a2
...
...
@@ -14,7 +14,6 @@ find_package(catkin REQUIRED COMPONENTS
sensor_msgs
std_msgs
message_generation
dji_osdk_ros
)
## System dependencies are found with CMake's conventions
...
...
@@ -260,7 +259,7 @@ add_executable(${PROJECT_NAME}_node src/mission_controller_node.cpp)
## Add cmake target dependencies of the executable
## same as for the library above
add_dependencies
(
${
PROJECT_NAME
}
_node
${${
PROJECT_NAME
}
_EXPORTED_TARGETS
}
${
catkin_EXPORTED_TARGETS
}
dji_osdk_ros
)
add_dependencies
(
${
PROJECT_NAME
}
_node
${${
PROJECT_NAME
}
_EXPORTED_TARGETS
}
${
catkin_EXPORTED_TARGETS
}
)
## Specify libraries to link a library or executable target against
target_link_libraries
(
${
PROJECT_NAME
}
_node
...
...
puredata/CMakeLists.txt
View file @
0cbcd4a2
...
...
@@ -107,7 +107,7 @@ catkin_package(
INCLUDE_DIRS include
LIBRARIES puredata
CATKIN_DEPENDS roscpp rospy std_msgs geometry_msgs
DEPENDS
system_lib
DEPENDS
)
###########
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment