Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gazebo-pkgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CeTI
ROS
ROS Packages
gazebo-pkgs
Commits
8d294882
Commit
8d294882
authored
9 years ago
by
Jennifer Buehler
Browse files
Options
Downloads
Patches
Plain Diff
fixed so it now compiles in Docker
parent
3aa7689c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
gazebo_test_tools/include/gazebo_test_tools/FakeObjectRecognizer.h
+3
-10
3 additions, 10 deletions
...st_tools/include/gazebo_test_tools/FakeObjectRecognizer.h
with
4 additions
and
11 deletions
Dockerfile
+
1
−
1
View file @
8d294882
FROM
jenniferbuehler/
TODO:
general-message-pkgs
FROM
jenniferbuehler/general-message-pkgs
MAINTAINER
Jennifer Buehler
...
...
This diff is collapsed.
Click to expand it.
gazebo_test_tools/include/gazebo_test_tools/FakeObjectRecognizer.h
+
3
−
10
View file @
8d294882
...
...
@@ -13,28 +13,21 @@
#include
<gazebo_test_tools/RecognizeGazeboObjectResponse.h>
#include
<geometry_msgs/Pose.h>
#include
<moveit_msgs/CollisionObject.h>
#include
<moveit_msgs/GetPlanningScene.h>
#include
<moveit_msgs/PlanningScene.h>
#include
<boost/thread/mutex.hpp>
namespace
gazebo_test_tools
{
/**
* This is a helper for *moveit_object/CollisionObjectGenerator*: A object_msgs/Object is
* *only* published after a service request of type *gazebo_test_tools/RecognizeGazeboObject*
* is sent to this helper. This avoids *object_msgs/Object*
* messages *continuosuly* having to be published and instead allows more control about when new
* object information is available, as it would be with a regular object recognition.
* Provides a service which publishes a object_msgs/Object,
* after the a service request of type *gazebo_test_tools/RecognizeGazeboObject* is received.
*
* Note that the class gazebo_state_plugins/GazeboObjectInfo also offers the functionality
* to continusously publish object_msgs/Object.msg, but it does so for *all* existing
* objects (except the ones excluded at start-up).
* With the FakeObjectRecognizer, it is possible to switch on/off the publishing
* of object_msgs/Object information for specific objects only at various times.
* Because of this, when you use FakeObjectRecogniser to send information to
* moveit_object/CollisionObjectGenerator, you will need to make sure that
* Because of this, when you use FakeObjectRecogniser, you will need to make sure that
* gazebo_state_plugins/GazeboObjectInfo is run with this parameter set to false:
*
* ``gazebo_state_plugins/publish_world_objects: false``
...
...
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