Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_msgs
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
Commits
d3e2342b
Commit
d3e2342b
authored
10 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Moving grid functionality
parent
f5a91f42
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
msg/GridObject.msg
+1
-1
1 addition, 1 deletion
msg/GridObject.msg
package.xml
+2
-0
2 additions, 0 deletions
package.xml
with
5 additions
and
2 deletions
CMakeLists.txt
+
2
−
1
View file @
d3e2342b
...
...
@@ -4,7 +4,7 @@ project(lrs_msgs)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package
(
catkin REQUIRED COMPONENTS message_generation geometry_msgs roscpp rospy std_msgs
)
find_package
(
catkin REQUIRED COMPONENTS message_generation geometry_msgs roscpp rospy std_msgs
lrs_util_gs
)
## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
...
...
@@ -84,6 +84,7 @@ PlatformHeartbeat.msg
## Generate added messages and services with any dependencies listed here
generate_messages
(
DEPENDENCIES
lrs_util_gs
geometry_msgs
std_msgs
)
...
...
This diff is collapsed.
Click to expand it.
msg/GridObject.msg
+
1
−
1
View file @
d3e2342b
int32 id
lrs_
ms
gs/GridInfo gridinfo
lrs_
util_
gs/GridInfo gridinfo
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
0
View file @
d3e2342b
...
...
@@ -41,12 +41,14 @@
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
lrs_util_gs
</build_depend>
<build_depend>
geometry_msgs
</build_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
std_msgs
</build_depend>
<build_depend>
message_generation
</build_depend>
<run_depend>
geometry_msgs
</run_depend>
<run_depend>
lrs_util_gs
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
std_msgs
</run_depend>
...
...
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