This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Extended planning_interface::PlanningSceneInterface #630
Comments
Could you give an example? |
I have already added locally these two methods:
I need them because I'm interested on the collision object size (for grasping it) and not only in its pose. And I modified this one to optionally provide colors for each object:
I have noticed that, if I publish the colors separatedly, some times it doesn't work and the RViz plugin shows all with the default green. Publishing together with the objects themselves, it always work (or so it looks by now!) |
corot
added a commit
to corot/turtlebot_arm
that referenced
this issue
Dec 16, 2015
interface](moveit/moveit_ros#630 (comment)) (I need them released, so)
corot
added a commit
to corot/moveit_ros
that referenced
this issue
Feb 2, 2016
corot
added a commit
to corot/moveit_ros
that referenced
this issue
Feb 19, 2016
corot
added a commit
to corot/moveit_ros
that referenced
this issue
Jun 19, 2016
v4hn
added a commit
that referenced
this issue
Jun 19, 2016
Implement issue #630: Extended planning_interface::PlanningSceneInterface
v4hn
pushed a commit
that referenced
this issue
Jun 19, 2016
@corot I'm working with the PlanningSceneInterface right now and just re-discovered this issue - do you create the new features for that class? I'm interested in getting them merged in. |
otamachan
pushed a commit
to otamachan/moveit_ros
that referenced
this issue
Oct 22, 2017
otamachan
pushed a commit
to otamachan/moveit_ros
that referenced
this issue
Oct 22, 2017
otamachan
pushed a commit
to otamachan/moveit_ros
that referenced
this issue
Oct 22, 2017
…-order benchmarks: always prefer local header over system installations
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, any reason to not include additional methods to the planning interface? It's weird to mix calls to this class and calls to the GetPlanningScene service.
I need to retrieve the attached objects and world objects geometry. Also, I'll add optional color information to addCollisionObjects
If no objection, I'll make a PR.
The text was updated successfully, but these errors were encountered: