Skip to content
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

add dependency on ros-melodic-tf #10

Merged
merged 1 commit into from Jun 1, 2020

Conversation

mikaelarguedas
Copy link
Contributor

@mikaelarguedas mikaelarguedas commented Apr 11, 2020

To allow bridging tf/tfMessage out of the box.
The ROS 2 version of the package has the corresponding bridging rules https://github.com/ros2/geometry2/blob/6233bc6592ee34ce2c08760d0151a03471a44097/tf2_msgs/tfmessage_bridge_mapping_rule.yaml but the factories are not generated because the ROS1 package is not installed

(would benefit from a Dashing backport too)

Edit: would address issues like https://answers.ros.org/question/349088/ros1-tf-incompatible-with-ros2-through-ros1-bridge/ when installing from debs

To allow bridging tf/tfMessage out of the box
@dirk-thomas
Copy link
Member

The right approach for this is to add tf as a dependency to the already overlayed package.xml file: https://github.com/ros2-gbp/ros1_bridge-release/blob/master/debian/package.xml

@mikaelarguedas
Copy link
Contributor Author

mikaelarguedas commented Apr 20, 2020

Similar to #6 (comment), that overlay package.xml is not being used by any active distro so patching there would not be the right approach

Edit: the package.xml is used to specify ROS2 dependencies. In this case we are missing some ROS1 package to be installed to generate mappings, so it has to be done in the control file instead of the package.xml

@dirk-thomas
Copy link
Member

@mjcarroll for a Dashing backport.

@mikaelarguedas
Copy link
Contributor Author

@mjcarroll @nuclearsandwich friendly 🛎️ any chance of getting this in an upcoming release ?

@mikaelarguedas
Copy link
Contributor Author

@jacobperron this may also be of interest for foxy

@mjcarroll mjcarroll merged commit 5551844 into debian/eloquent/ros1_bridge Jun 1, 2020
@mjcarroll mjcarroll deleted the bridge-tf-messages branch June 1, 2020 14:52
mjcarroll pushed a commit that referenced this pull request Jun 1, 2020
To allow bridging tf/tfMessage out of the box
mjcarroll pushed a commit that referenced this pull request Jun 1, 2020
To allow bridging tf/tfMessage out of the box
jacobperron pushed a commit that referenced this pull request Jun 1, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Jun 1, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
nuclearsandwich pushed a commit that referenced this pull request Jun 16, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Jul 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Jul 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 9, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 9, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
dirk-thomas pushed a commit that referenced this pull request Sep 10, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 10, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 21, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 21, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
jacobperron pushed a commit that referenced this pull request Sep 21, 2020
To allow bridging tf/tfMessage out of the box
jacobperron pushed a commit that referenced this pull request Sep 21, 2020
To allow bridging tf/tfMessage out of the box
jacobperron pushed a commit that referenced this pull request Dec 8, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
hidmic pushed a commit that referenced this pull request Dec 9, 2020
To allow bridging tf/tfMessage out of the box
wjwwood pushed a commit that referenced this pull request Dec 9, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
wjwwood pushed a commit that referenced this pull request Dec 9, 2020
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
clalancette pushed a commit that referenced this pull request Jan 25, 2021
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
cottsay pushed a commit that referenced this pull request Apr 20, 2021
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
clalancette pushed a commit that referenced this pull request Nov 5, 2021
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
quarkytale pushed a commit that referenced this pull request May 27, 2023
To allow bridging tf/tfMessage out of the box

Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants