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

Hotfix/v1.6.1 normalized quaternion vectormap #1019

Closed

Conversation

yk-fujii
Copy link

@yk-fujii yk-fujii commented Jan 9, 2018

Status

**PRODUCTION **

Description

This PR solves the issue of autowarefoundation/autoware_ai#11 .
The initial value of geometry_msgs::Quaternion is (x, y, z, w = 0, 0, 0, 0),
but RVIZ only accepts normalized quaternions.

Please review the reviewer for any missing corrections.

@@ -1344,6 +1344,7 @@ visualization_msgs::Marker createMarker(const std::string& ns, int id, int type)
marker.id = id;
marker.type = type;
marker.lifetime = ros::Duration();
marker.pose.orientation= tf::createQuaternionMsgFromRollPitchYaw(0, 0, 0);
Copy link

Choose a reason for hiding this comment

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

plz fix with same method
orientation.w = 1.0

Copy link
Author

Choose a reason for hiding this comment

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

done

@yk-fujii
Copy link
Author

yk-fujii commented Jan 9, 2018

want one more reviewer

@shinpei0208
Copy link

shinpei0208 commented Jan 9, 2018 via email

@yk-fujii
Copy link
Author

it now works properly even without this PR due to RVIZ was modified,
Reduce the priority.

@dejanpan
Copy link

The actual functional change is only in these 2 commits:

  1. 9ae1ad4
  2. a1040af

the rest is just release stuff.

@yk-fujii I would normally do 2 separate PRs for something like this.

@dejanpan
Copy link

The fix should also go into develop.

@yk-fujii
Copy link
Author

@dejanpan
okey, I will change branch name also, so I close this PR.

@yk-fujii yk-fujii closed this Jan 10, 2018
@yk-fujii yk-fujii deleted the hotfix/v1.6.1-normalized_quaternion_vectormap branch April 3, 2018 03:18
@mitsudome-r mitsudome-r added the version:autoware-ai Autoware.AI label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants