Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_msgs_del
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lrs
lrs_msgs_del
Commits
b81774b6
Commit
b81774b6
authored
11 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Moved DelInfo.msg
parent
a38da801
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+10
-9
10 additions, 9 deletions
CMakeLists.txt
package.xml
+2
-0
2 additions, 0 deletions
package.xml
with
12 additions
and
9 deletions
CMakeLists.txt
+
10
−
9
View file @
b81774b6
...
@@ -5,6 +5,7 @@ project(lrs_msgs_del)
...
@@ -5,6 +5,7 @@ project(lrs_msgs_del)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
## is used, also find other catkin packages
find_package
(
catkin REQUIRED COMPONENTS
find_package
(
catkin REQUIRED COMPONENTS
message_generation
lrs_msgs_tst
lrs_msgs_tst
roscpp
roscpp
rospy
rospy
...
@@ -44,11 +45,11 @@ find_package(catkin REQUIRED COMPONENTS
...
@@ -44,11 +45,11 @@ find_package(catkin REQUIRED COMPONENTS
## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
## * add every package in MSG_DEP_SET to generate_messages(DEPENDENCIES ...)
## Generate messages in the 'msg' folder
## Generate messages in the 'msg' folder
#
add_message_files(
add_message_files
(
# FILES
DIRECTORY msg
#
Message1.msg
FILES
# Message2
.msg
DelInfo
.msg
#
)
)
## Generate services in the 'srv' folder
## Generate services in the 'srv' folder
# add_service_files(
# add_service_files(
...
@@ -65,10 +66,10 @@ find_package(catkin REQUIRED COMPONENTS
...
@@ -65,10 +66,10 @@ find_package(catkin REQUIRED COMPONENTS
# )
# )
## Generate added messages and services with any dependencies listed here
## Generate added messages and services with any dependencies listed here
#
generate_messages(
generate_messages
(
#
DEPENDENCIES
DEPENDENCIES
#
std
_msgs
# Or other packages containing msgs
lrs
_msgs
_tst
# Or other packages containing msgs
#
)
)
###################################
###################################
## catkin specific configuration ##
## catkin specific configuration ##
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
0
View file @
b81774b6
...
@@ -43,9 +43,11 @@
...
@@ -43,9 +43,11 @@
<build_depend>
lrs_msgs_tst
</build_depend>
<build_depend>
lrs_msgs_tst
</build_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
message_generation
</build_depend>
<run_depend>
lrs_msgs_tst
</run_depend>
<run_depend>
lrs_msgs_tst
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
message_runtime
</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<!-- The export tag contains other, unspecified, tags -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment