Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gazebo_ros_plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perception
gazebo_ros_plugins
Commits
f133d6a9
Commit
f133d6a9
authored
7 years ago
by
Alejandro Suarez Hernandez
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into gz7
parents
98399ce1
1211aed2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gz_gripper_plugin/CMakeLists.txt
+12
-10
12 additions, 10 deletions
gz_gripper_plugin/CMakeLists.txt
gz_gripper_plugin/package.xml
+4
-0
4 additions, 0 deletions
gz_gripper_plugin/package.xml
gz_gripper_plugin/srv/CheckGrasped.srv
+2
-0
2 additions, 0 deletions
gz_gripper_plugin/srv/CheckGrasped.srv
with
18 additions
and
10 deletions
gz_gripper_plugin/CMakeLists.txt
+
12
−
10
View file @
f133d6a9
...
@@ -7,11 +7,14 @@ add_definitions(-std=c++11)
...
@@ -7,11 +7,14 @@ add_definitions(-std=c++11)
## 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
roscpp
actionlib
actionlib
gazebo_plugins
gazebo_plugins
gazebo_ros
gazebo_ros
iri_common_drivers_msgs
iri_common_drivers_msgs
tf
tf
std_msgs
message_generation
)
)
## System dependencies are found with CMake's conventions
## System dependencies are found with CMake's conventions
...
@@ -56,11 +59,10 @@ find_package(gazebo REQUIRED)
...
@@ -56,11 +59,10 @@ find_package(gazebo REQUIRED)
# )
# )
## Generate services in the 'srv' folder
## Generate services in the 'srv' folder
# add_service_files(
add_service_files
(
# FILES
FILES
# Service1.srv
CheckGrasped.srv
# Service2.srv
)
# )
## Generate actions in the 'action' folder
## Generate actions in the 'action' folder
# add_action_files(
# add_action_files(
...
@@ -70,10 +72,10 @@ find_package(gazebo REQUIRED)
...
@@ -70,10 +72,10 @@ find_package(gazebo REQUIRED)
# )
# )
## 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
#
iri_common_drivers
_msgs
std
_msgs
#
)
)
################################################
################################################
## Declare ROS dynamic reconfigure parameters ##
## Declare ROS dynamic reconfigure parameters ##
...
@@ -107,7 +109,7 @@ find_package(gazebo REQUIRED)
...
@@ -107,7 +109,7 @@ find_package(gazebo REQUIRED)
catkin_package
(
catkin_package
(
# INCLUDE_DIRS include
# INCLUDE_DIRS include
LIBRARIES gz_gripper_plugin
LIBRARIES gz_gripper_plugin
#
CATKIN_DEPENDS actionlib gazebo_plugins gazebo_ros iri_common_drivers_msgs tf
CATKIN_DEPENDS actionlib gazebo_plugins gazebo_ros iri_common_drivers_msgs tf
std_msgs message_runtime
# DEPENDS gazebo
# DEPENDS gazebo
)
)
...
...
This diff is collapsed.
Click to expand it.
gz_gripper_plugin/package.xml
+
4
−
0
View file @
f133d6a9
...
@@ -47,12 +47,16 @@
...
@@ -47,12 +47,16 @@
<build_depend>
gazebo_ros
</build_depend>
<build_depend>
gazebo_ros
</build_depend>
<build_depend>
iri_common_drivers_msgs
</build_depend>
<build_depend>
iri_common_drivers_msgs
</build_depend>
<build_depend>
tf
</build_depend>
<build_depend>
tf
</build_depend>
<build_depend>
message_generation
</build_depend>
<build_depend>
std_msgs
</build_depend>
<run_depend>
actionlib
</run_depend>
<run_depend>
actionlib
</run_depend>
<run_depend>
gazebo
</run_depend>
<run_depend>
gazebo
</run_depend>
<run_depend>
gazebo_plugins
</run_depend>
<run_depend>
gazebo_plugins
</run_depend>
<run_depend>
gazebo_ros
</run_depend>
<run_depend>
gazebo_ros
</run_depend>
<run_depend>
iri_common_drivers_msgs
</run_depend>
<run_depend>
iri_common_drivers_msgs
</run_depend>
<run_depend>
tf
</run_depend>
<run_depend>
tf
</run_depend>
<run_depend>
std_msgs
</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.
gz_gripper_plugin/srv/CheckGrasped.srv
0 → 100644
+
2
−
0
View file @
f133d6a9
---
std_msgs/String grasped
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