Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lrs_srvs_exec
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_srvs_exec
Commits
9da9833a
Commit
9da9833a
authored
9 years ago
by
Tommy Persson
Browse files
Options
Downloads
Patches
Plain Diff
Adding scanvisserver
parent
54fc3118
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+5
-2
5 additions, 2 deletions
CMakeLists.txt
package.xml
+2
-0
2 additions, 0 deletions
package.xml
srv/SMVisPattern.srv
+5
-0
5 additions, 0 deletions
srv/SMVisPattern.srv
srv/SMVisPolygon.srv
+5
-0
5 additions, 0 deletions
srv/SMVisPolygon.srv
with
17 additions
and
2 deletions
CMakeLists.txt
+
5
−
2
View file @
9da9833a
...
@@ -5,6 +5,7 @@ project(lrs_srvs_exec)
...
@@ -5,6 +5,7 @@ project(lrs_srvs_exec)
## 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
geographic_msgs
message_generation
message_generation
roscpp
roscpp
rospy
rospy
...
@@ -54,6 +55,8 @@ find_package(catkin REQUIRED COMPONENTS
...
@@ -54,6 +55,8 @@ find_package(catkin REQUIRED COMPONENTS
add_service_files
(
add_service_files
(
DIRECTORY srv
DIRECTORY srv
FILES
FILES
SMVisPolygon.srv
SMVisPattern.srv
TSTAbortExecutor.srv
TSTAbortExecutor.srv
TSTContinueExecutor.srv
TSTContinueExecutor.srv
TSTCreateExecutor.srv
TSTCreateExecutor.srv
...
@@ -78,8 +81,8 @@ add_service_files(
...
@@ -78,8 +81,8 @@ add_service_files(
## 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
geographic_msgs geometry_msgs
std_msgs
# Or other packages containing msgs
)
)
###################################
###################################
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
2
−
0
View file @
9da9833a
...
@@ -42,9 +42,11 @@
...
@@ -42,9 +42,11 @@
<buildtool_depend>
catkin
</buildtool_depend>
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
roscpp
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
rospy
</build_depend>
<build_depend>
geographic_msgs
</build_depend>
<build_depend>
message_generation
</build_depend>
<build_depend>
message_generation
</build_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
roscpp
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
rospy
</run_depend>
<run_depend>
geographic_msgs
</run_depend>
<run_depend>
message_runtime
</run_depend>
<run_depend>
message_runtime
</run_depend>
...
...
This diff is collapsed.
Click to expand it.
srv/SMVisPattern.srv
0 → 100644
+
5
−
0
View file @
9da9833a
geographic_msgs/GeoPoint[] geopoints
---
bool success
int32 error
string reason
This diff is collapsed.
Click to expand it.
srv/SMVisPolygon.srv
0 → 100644
+
5
−
0
View file @
9da9833a
geographic_msgs/GeoPoint[] geopoints
---
bool success
int32 error
string reason
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