Skip to content

Commit

Permalink
fixup! fixup! fixup! Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiro Serra <[email protected]>
  • Loading branch information
serraramiro1 committed Aug 13, 2024
1 parent 28ff592 commit 2456160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beluga_ros/include/beluga_ros/tf2_sophus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inline Eigen::Vector<Scalar, 6> TangentialSpaceToXyzRpy(const Eigen::Vector<Scal
ret[4] = euler_angles.y();
ret[5] = euler_angles.x();
return ret;
};
}
} // namespace detail

/// `tf2` namespace extension for message conversion overload resolution.
Expand Down

0 comments on commit 2456160

Please sign in to comment.