Can robot_localization package be used on a full NED system?
My understanding is that the robot_localizationuses NEU (north east up) coordinate frame for everything. It specifically states that IMU should be set up in NEU coordinate system (here)[http://docs.ros.org/melodic/api....
I was wondering if my whole system (base_link + sensors) is set up so that they output in NED coordinate system, could I just use the robot_localization package to output NED (north east down) odom frame?
My rationale here is that if everything is in the same right-handed coordinate frame does it matter how the frame itself is oriented.
Just an observation: I don't know about
robot_localization
, but please be aware that ROS uses a right handed coord system exclusively. Refer to REP 103.Sorry that was a typo, I meant right-handed cood frame. Thanks for mentioning it