Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusion of same type of data #1

Open
ghost opened this issue May 13, 2018 · 1 comment
Open

Fusion of same type of data #1

ghost opened this issue May 13, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 13, 2018

Hi,
In the examples I see that different types of sources are used for fusion like the below:
((angular_velocity) (geometry_msgs::Vector3Stamped) (vector.z)) ((acceleration) (geometry_msgs::Vector3Stamped) (vector.y)) ((velocity_wheel_left) (std_msgs::Float32) (data)) ((velocity_wheel_right) (std_msgs::Float32) (data))

Would it be possible to fuse the same type of raw data e.g. velocity from wheel and camera

@dratasich
Copy link
Member

Yes it is possible.

Add an additional topic+field in the measurement vector (TOPICS_IN) and set an appropriate OBSERVATION_MODEL (maps state to measurement). In your example: same state variable velocity is mapped to two different velocity measurements/topics (wheel and camera).

Best,
Denise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant