[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Split tf2_ros in tf2_ros and tf2_ros_py #210

Merged
merged 9 commits into from
Jun 11, 2020

Conversation

ahcorde
Copy link
Contributor
@ahcorde ahcorde commented Dec 20, 2019

Following this issue #169 I splitted tf2_ros in 2 packages:

  • tf2_ros
  • tf2_ros_py

Copy link
Contributor
@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

This generally looks good to me, but I'll request that we do unrelated cleanup in separate PRs. That way this PR is just code motion, no changes at all.

tf2_ros/include/tf2_ros/message_filter.h Outdated Show resolved Hide resolved
tf2_ros_py/package.xml Outdated Show resolved Hide resolved
tf2_ros_py/test/test_buffer_client.py Show resolved Hide resolved
@ahcorde ahcorde force-pushed the ahcorde/feature/split_tf2_ros branch from 5c617e8 to 80e49cc Compare January 15, 2020 12:57
Copy link
Contributor
@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

A bunch of changes in here. The biggest one is switching tf2_ros_py to a pure Python package.

tf2_ros/package.xml Outdated Show resolved Hide resolved
tf2_ros_py/CMakeLists.txt Outdated Show resolved Hide resolved
tf2_ros_py/package.xml Outdated Show resolved Hide resolved
tf2_ros_py/package.xml Outdated Show resolved Hide resolved
tf2_ros_py/test/test_buffer_client.py Show resolved Hide resolved
ahcorde and others added 4 commits June 8, 2020 18:19
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette force-pushed the ahcorde/feature/split_tf2_ros branch from 9939f2a to 7af068d Compare June 8, 2020 19:27
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor

All right, I reworked the tests here to succeed, and I've converted this to a pure Python package. I'm going to do a self-review and run CI, but @ahcorde it would be good if you could take a look here.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor
clalancette commented Jun 9, 2020

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Contributor
@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

I'm going to approve this now, but this could use another look since I did some non-trivial changes here.

Copy link
Contributor Author
@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @clalancette to take over this PR

goal.timeout = timeout.to_msg()
goal.advanced = False

return self.__process_goal(goal)

# lookup, advanced api
# lookup, advanced api
def lookup_transform_full(self, target_frame, target_time, source_frame, source_time, fixed_frame, timeout=Duration()):
"""
Get the transform from the source frame to the target frame using the advanced API.

:param target_frame: Name of the frame to transform into.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

:type *: is not defined as well as :rtype: . Should we open a ticket?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, good call. I'll open an issue to follow-up and add those annotations.

@clalancette
Copy link
Contributor

All right, CI was green, added a note to the release page. Merging in, thanks for the review.

@clalancette clalancette merged commit 0420401 into ros2 Jun 11, 2020
@delete-merged-branch delete-merged-branch bot deleted the ahcorde/feature/split_tf2_ros branch June 11, 2020 18:52
jacobperron added a commit that referenced this pull request Aug 14, 2020
This is a backport of the change made during the split of packages in #210.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
jacobperron added a commit that referenced this pull request Aug 14, 2020
This is a backport of the change made when splitting out the Python module into its own packages in #210.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
jacobperron added a commit that referenced this pull request Aug 18, 2020
This is a backport of the change made when splitting out the Python module into its own packages in #210.

Signed-off-by: Jacob Perron <jacob@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.

2 participants