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

Fix Static Transform Broadcaster Argument Order #294

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

allenh1
Copy link
Contributor

@allenh1 allenh1 commented Jul 28, 2020

Make static_transform_broadcaster consistent with its command line description

Signed-off-by: Hunter L. Allen hunter.allen@ghostrobotics.io

Fixes #292

…scription

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
@allenh1 allenh1 added bug Something isn't working in review Waiting for review (Kanban column) labels Jul 28, 2020
@allenh1 allenh1 requested a review from clalancette July 29, 2020 12:32
@clalancette
Copy link
Contributor

I double-checked that this matches the documentation that static_transform_publisher prints, as well as matches the code in Eloquent and Melodic. So I'm fairly confident this is the right fix. I'm going to run CI on it next.

@clalancette
Copy link
Contributor

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

@clalancette
Copy link
Contributor

All right, CI is green for all packages which use static_transform_publisher in the core. I'm going to go ahead and merge this, then open the backport PR for Foxy. Thanks @allenh1 .

@clalancette clalancette merged commit e97deec into ros2 Aug 4, 2020
@delete-merged-branch delete-merged-branch bot deleted the revert-static-tf-command-line-order-change branch August 4, 2020 19:07
clalancette pushed a commit that referenced this pull request Aug 4, 2020
…scription (#294)

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
clalancette added a commit that referenced this pull request Aug 4, 2020
…scription (#294) (#296)

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>

Co-authored-by: Hunter L. Allen <hunterlallen@protonmail.com>
esteve pushed a commit to esteve/geometry2 that referenced this pull request Dec 9, 2020
Originally PR ros2#294 at ros/geometry2#294

- Adds toMsg for geometry_msgs::Vector3&  with dual argument syntax to
  avoid an overload conflict with
  geometry_msgs::Point& toMsg(contst Eigen::Vector3d& in)
- Adds corresponding fromMsg for Eigen Vector3d and
  geometry_msgs::Vector3
- Fixed typos in description of fromMsg for Twist and Eigen 6x1 Matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

static_transform_publisher argument order
2 participants