RobotecAI / robotec-o3de-tools

Toolset for demo recordings in O3DE
2 stars 1 forks source link

Added support for loading CSV with WGS84 #23

Open michalpelka opened 1 month ago

michalpelka commented 1 month ago

Added way to import WGS84. Omitted using o3de asset for handling filenames of CSV.

zakmat commented 1 month ago

Interesting addition. The biggest issue I see is that the change introduces a dependency on a development branch of ROS2 Gem. I won't be able to use this Gem in projects that are based on released ROS2 Gems

michalpelka commented 1 month ago

Thanks @zakmat. If someone has a need to use a CSV importer to splines, one can use the last code before: https://github.com/RobotecAI/robotec-o3de-tools/commit/dc7376de73575583045e1a47262bbfa87629d52a. We can also change the ROS 2 repo from o3de-extras and split georeference into separate Gem.