GOFIRST-Robotics / NASA-RMC-2020-NorthstarRobotics

The NASA RMC 2020 repository for Northstar Robotics, a segment of University of Minnesota Robotics
https://docs.google.com/presentation/d/1eXhP5dbxtgWJBE492b78TFrnQFL9yoPsJFO4HszJn60/edit?usp=sharing
Other
3 stars 0 forks source link

Format Message Types for EKF #13

Open libBAS opened 4 years ago

libBAS commented 4 years ago

The ROS robot_localization package uses an EKF to fuse sensor data. The message type for data coming from each sensor should be as follows:

libBAS commented 4 years ago

Additionally, aruco localization

JWCS commented 4 years ago

Remember there's two EKF's; What topics do you want to have published / named for both of them? Y'all should start a launch/config file pair for both of them to target

juliaschatz commented 4 years ago

Right now I have Aruco producing a PoseStamped where the pose is the robot pose. I can probably make this a PoseStampedWithCovariance with a little work if that's necassary.

JWCS commented 4 years ago

Yeah, the covariance, or at least a variance diagonal, is critical.

juliaschatz commented 4 years ago

Okay, now we have PoseWithCovarianceStamped messages.

libBAS commented 4 years ago

Current status:

Design of upper node - update position from each data point, taking into account current state