Open plusk01 opened 7 years ago
Also, consider using tf
@skyler237 and I came across this again today. http://www.ros.org/reps/rep-0103.html says that the ROS convention is ENU and other coordinate representations should be suffixed such as '_ned'. The GPS plugin is assuming that Gazebo is returning its coordinate representation in NWU.
That's a good idea. Perhaps we should change the NED publications to have a _ned
postfix. I would rather not serialize twice as much data though, so perhaps we should only publish if there is more than one subscriber?
I have tried to do everything in NED, because that is what I'm most familiar with, and there is a lot of UAV literature that does NED, but I like that standard of postfixing the topic.
Our Gazebo plugins publish in NED (and some also expose EDU). We need to nail down a ROSflight standard and make some graphics or something.