Closed bsb808 closed 3 years ago
For multiple geonav nodes (multiple robots) it is more robust to origin mismatch.
Example
<rosparam param="/geonav_datum">[44.534038, -110.415622, 0.0]</rosparam> <node pkg="geonav_transform" type="geonav_transform_node" name="geonav_transform_node" clear_params="false" output="screen"> <param name="odom_frame_id" value="geonav"/> </node>
Should be backwards compatible.
Also enforcing that the data be sent either locally or globally. There isn't really a use case were the datum should be (0, 0).
For multiple geonav nodes (multiple robots) it is more robust to origin mismatch.
Example
Should be backwards compatible.
Also enforcing that the data be sent either locally or globally. There isn't really a use case were the datum should be (0, 0).