Navigation Menu

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

Leave empty tf_prefix values unset #1143

Merged
merged 1 commit into from Aug 12, 2020

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Aug 5, 2020

As reported in #554, tf_prefix has been long deprecated, so if it is unset, leave it empty instead of giving a default value.

Fixes #554.

@jacobperron
Copy link
Collaborator

I think this also fixes #333 (possibly a duplicate issue).

Copy link
Collaborator

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, this kind of change risks breaking applications that rely on this functionality. It might be better to target noetic-devel to reduce disruption. For Melodic, we could add an option to opt-in to the new behavior. Though, I'm ambivalent considering use of tf_prefix has been deprecated for quite some time. Others should probably weigh-in.

@scpeters scpeters changed the base branch from melodic-devel to noetic-devel August 11, 2020 20:26
@scpeters
Copy link
Member Author

I just retargeted to noetic-devel

As reported in ros-simulation#554, tf_prefix has been long deprecated,
so if it is unset, leave it empty instead of giving
a default value.

Fixes ros-simulation#554.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters
Copy link
Member Author

@osrf-jenkins run tests please

@scpeters scpeters merged commit 34b2c27 into ros-simulation:noetic-devel Aug 12, 2020
@scpeters scpeters deleted the issue_554_melodic branch August 12, 2020 22:11
@scpeters
Copy link
Member Author

looks like we missed one more instance of this in gazebo_ros_utils.cpp:

scpeters added a commit to scpeters/gazebo_ros_pkgs that referenced this pull request Sep 30, 2020
Similar changes were made in ros-simulation#1143 to address ros-simulation#554,
but this class wasn't included.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters
Copy link
Member Author

looks like we missed one more instance of this in gazebo_ros_utils.cpp:

repeating this change for gazebo_ros_utils in #1173

jacobperron pushed a commit that referenced this pull request Apr 2, 2021
Similar changes were made in #1143 to address #554,
but this class wasn't included.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
cohen39 pushed a commit to cohen39/gazebo_ros_pkgs that referenced this pull request Nov 15, 2021
As reported in ros-simulation#554, tf_prefix has been long deprecated,
so if it is unset, leave it empty instead of giving
a default value.

Fixes ros-simulation#554.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
cohen39 pushed a commit to cohen39/gazebo_ros_pkgs that referenced this pull request Nov 15, 2021
Similar changes were made in ros-simulation#1143 to address ros-simulation#554,
but this class wasn't included.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants