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

[ROS, Decision] How to provide non-Gaussian with vanilla ROS msgs? #395

Open
dehann opened this issue Oct 11, 2019 · 4 comments
Open

[ROS, Decision] How to provide non-Gaussian with vanilla ROS msgs? #395

dehann opened this issue Oct 11, 2019 · 4 comments

Comments

@dehann
Copy link
Member

dehann commented Oct 11, 2019

ROS SLAM does not really cater for non-Gaussian. So what is the best way to be vanilla, but strawberry and blueberry too?

See Wiki for ROS here

Also related,

@dehann
Copy link
Member Author

dehann commented Oct 11, 2019

@dehann
Copy link
Member Author

dehann commented Oct 11, 2019

function add_node(req::AddNodeRequest)

@pvazteixeira
Copy link
Collaborator

pvazteixeira commented Oct 12, 2019

See also:

These are some of the most relevant ROS message type definitions that use the standard assumption of Gaussian measurement noise

@dehann
Copy link
Member Author

dehann commented Oct 15, 2019

Should we develop our own messages and then also populate the existing vanilla interface with printouts saying that those are the reduced Gaussian-only "wrapper" versions. That will allow people to try the new message types after trying out the conventional Gaussian only types. There might be cause to support only new non-Gaussian msg types, but lets start from the familiar stuff and work our way up. Same amount of development on the Julia side to support ROS msgs anyhow.

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

No branches or pull requests

2 participants