[ros-users] [Discourse.ros.org] [ROS Projects] Tractobots, …

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Loy van Beek via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [ROS Projects] Tractobots, my attempts at field robots



This is an awesome project!
For the UTM conversions, have you taken a look at http://wiki.ros.org/geodesy?

Usage is as simple as

    from geodesy import utm
    lat, lon = 51.47875, 5.43995
    utm_coord = utm.fromLatLong(lat, lon, 0)  # Elevation 0 is fine for NL
    utm_coord.toPoint()  # out comes a ROS geometry_msgs.Point in the UTM frame







---
[Visit Topic](https://discourse.ros.org/t/tractobots-my-attempts-at-field-robots/1486/25) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>