-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish static transforms describing the staging area in world frame. #756
base: master
Are you sure you want to change the base?
Conversation
This might benefit from using the There's also room for simplifying the code if I could add build dependency of subt_ros on ros_ign_bridge. That would allow using the |
Build finished. 15 tests run, 0 skipped, 0 failed. |
I think we may need some clarification against the rules, since it looks like this would replace the use of From the API page:
|
Well, if I understand it correctly, this shouldn't interfere with the rules. It doesn't add the possibility for a robot to query its own position in a different manner. What it adds is some "parent" or "neighbor" frames to
|
@adlarkin I've updated this PR with master (no conflifts). This is the TF tree it produces: |
I think merging this PR could still be desirable. |
Solves #665.
Add publishing of the following static transforms to ROS:
This is required e.g. to be able to precisely forbid exploration of the staging area after the robot left it. The relative positions of these three objects are not always the same, thus the transforms cannot be hard-coded.
Different from
/subt/pose_from_artifact
, this doesn't expose the Ignition services to the ROS interface, it just reads values from Ignition via service calls, and when the transform is known, publishes it as a static TF on the ROS side.