how to use process_noise_covariance
I am using a ekf_localization_node from the robot_localization package to track the state of a remote controlled car. As is indicated in this question the filtering is based on an omnidirectional motion model so I would like to tune to process_noise_covariance parameter to give the ekf some information about how the system is expected to behave.
Currently I am setting the x-axis entry in process_noise_covariance to be larger than the y and z-axis entries (I'm assuming the coordinates refer to the base-link frame, but I haven't found confirmation of this). The idea is that this biases the ekf towards forward motion.
Is this the correct approach? Is there anything else I can keep in mind?