-
Notifications
You must be signed in to change notification settings - Fork 5
3.4 State Estimation
DESCRIPTION
The state estimation package is responsible for combinining the data obtained from all the different sensors (IMU, depth sensor, DVL) into a single pose that represents where the AUV is in space. Each sensor is represented as a class
List and briefly describe the main ROS nodes included in the package. You can include information about what each node does and how they interact.
Description of what this node does.
Description of what this node does.
List and describe any important ROS launch files provided by the package. Explain what each launch file is responsible for and how to use them.
If your package has configurable parameters, explain how to configure them. This could involve editing configuration files or using ROS parameter tools.
List any external dependencies or ROS packages that your package relies on. This will help users understand what needs to be installed for your package to work correctly. 4226)