Available Streams

The definitions of these can be found in the ROS documentation.

Stream IDTypeDescription
/motion/speedstd_msgs/Float64The current maximum speed the robot is set to travel at. Negative values means the robot intends to travel in reverse. If the value is zero, then the robot will be stopped.
/odometry/filterednav_msgs/OdometryThe local fused odometry from all odometry sources, i.e. the best source of locally smooth and consistent odometry.
/gps_rover/fixsensor_msgs/NavSatFixThe GNSS solution. This will return the GNSS position of the antenna (not the robot center).

More to come