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 UTM Utils and Get Tests to Build in ROS 2 #729

Merged
merged 10 commits into from
Mar 15, 2024

Conversation

vknisley-swri
Copy link
Contributor

@vknisley-swri vknisley-swri commented Mar 14, 2024

I made some changes to the use of PROJ in utm_utils.cpp, as a team member had noticed that there were problems with the toLatLon() calculations.

I also added the tests back in for ROS 2 (with some of this work having been done by @rjb0026). Some of the transform manager tests are failing, but the plan is that corrections to the relevant source code can be made in a separate PR.

In order to port the initialize_origin python tests to ROS 2, I installed a pip module and the external tf_transformations ROS 2 package so that the ROS 2 version of quaternion_to_euler() could be used. If we want to avoid such external dependencies, I can attempt to do those calculations another way. (This package also might only be available as of Humble, so it wouldn't work in EOL distros.)

@danthony06 danthony06 merged commit 982c9f6 into swri-robotics:ros2-devel Mar 15, 2024
0 of 9 checks passed
@vknisley-swri vknisley-swri deleted the fix-ros2-tolatlon branch April 2, 2024 16:50
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.

3 participants