robot_localization: How to state start position (x,y,z,r,p,y) for ekf
Im using UUV_simulator combined with your robot_localization package. I have been successfully been able to implement ekf with DVL, IMU and Pressure Sensor. The odometry estimate all start at (x,y,z,r,p,y) = (0,0,0,0,0,0), but I would like to start the node at my launch position in Gazebo simulator. How can I do this? I want my robot to launch at position (15,-20,0, 0,0,0) so that the ekf estimate proper pose interms of gazebo world frame.
Can I state the initial coordinates of my vehicle to the EKF somehow? mabye in the launch file?
Hi, realizing this is a shot in the dark but I am trying run robot_localization also with a DVL, IMU and pressure sensor. Can I ask how your bringing the DVL data into robot_localization (i.e. as a 3D velocity vector or as a 1D velocity scalar)?
Would you be able to share your launch file / config file for robot localization?
Thanks!!