This ROS 2 package contains definitions for messages used by the GISNav package.
cd colcon_ws
git clone https://github.com/hmakelin/gisnav_msgs.git src/gisnav_msgs
colcon build --packages-select gisnav_msgs
from gisnav_msgs.msg import OrthoImage3D
msg = OrthoImage3D()
msg.bbox = ...
This software is released under the MIT license. See the LICENSE.md
file for more information.