Extending the sensor processing to 3D
Opened this issue · 4 comments
Hi there,
We am currently trying to use fuse to estimate the state of a 3D robot. Unless we are mistaken, the sensor processing models are not available for 3D robots (i.e. IMU, twist, pose messages will be interpreted as 2D).
Do you plan on committing something soon, or should we develop them and propose a PR ? The plan we have right now is to implement 3D models in addition to the exiting 2D models, so we were wondering if you'd be interested in merging the results in a near future.
FYI, we would be at least two qualified robotics engineer from Forssea Robotics working on the matter. We are working with ROS2 Humble on Ubuntu/debian platforms.
Thank you in advance for your answer,
Auguste Bourgois
Hello Auguste, my team and I spent quite a bit of time on this recently and have models working in 3D, though we haven't had the chance to do much testing yet or clean-up yet. It would be great to have some support in this effort. It is currently running on ROS Noetic, though we want to port it to ROS2 soon and would appreciate help on that front. I have not put in a PR yet, but seeing as others are interested, I could make this a priority.
How can I support this effort?
Seems like #354 might be related
Yes it is, we preferred to start from zero since we needed plugins for ROS2. Anyway, I just implemented the models that we are currently using, and I would be happy to discuss any idea, changes, etc..