Skip to content

Commit

Permalink
Merge pull request #1324 from tier4/fix/fix-eigen-variable-definition
Browse files Browse the repository at this point in the history
Fix/fix eigen variable definition
  • Loading branch information
hakuturu583 authored Sep 19, 2024
2 parents 9fa29f2 + 3e2476f commit b189919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ auto EgoEntitySimulation::getCurrentPose(const double pitch_angle = 0.) const
-> geometry_msgs::msg::Pose
{
using math::geometry::operator*;
const auto relative_position =
const Eigen::Vector3d relative_position =
math::geometry::getRotationMatrix(initial_pose_.orientation) * world_relative_position_;
const auto relative_orientation = math::geometry::convertEulerAngleToQuaternion(
geometry_msgs::build<geometry_msgs::msg::Vector3>()
Expand Down

0 comments on commit b189919

Please sign in to comment.