Message set for GNSS/INS ROS Driver (node) - Standardized
Hello, I am trying to develop a driver (node) for a commercial GNSS/INS unit. For that I think it is important NOT to use custom message sets, but rather standardized ones.
I have found the following:
sensor_msgs/NavSatFix.msg
for position (and GPS status)nav_msgs/Odometry.msg
which gives position (again) and twist (velocities)sensor_msgs/Imu.msg
IMU dataGPSFix.msg
andGPSStatus.msg
from gps_common, which has a lot of types
What would be the best design approach?
Can any one with experience or not point me to the right direction? I think this would be important for people doing similar work as mine! Thanks!
EDIT 1:
After some digging, here also some extra pointers:
- Check REP 103 and REP 105
- Check ROS Robot Localization package.
- I wouldn't recommend using gps_common.