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

Feature Request: Adding a configurable option to mola_bridge_ros2 to enable/disable publishing to tf #74

Closed
tenvinc opened this issue Jan 23, 2025 · 1 comment

Comments

@tenvinc
Copy link

tenvinc commented Jan 23, 2025

A feature that I think might be useful, but also quite straightforward to implement, would be a configurable parameter addition to the mola_bridge_ros2. This parameter will enable or disable the publishing of the slam result to the tf tree. For example, one possible use case I can think of is using the result of lidar odometry from mola as part of a larger sensor fusion pipeline external to mola. The result of this sensor fusion pipeline will likely be also be a tf which would directly clash with the tf published by mola_bridge_ros2. Having a parameter would allow the user to decide how to use the result from mola.

This parameter can be a boolean parameter, named "publish_tf_from_slam_en".

@jlblancoc
Copy link
Member

Great idea.

It's implemented now.
I also took the opportunity to clarify and document the meaning of all BridgeROS2 parameters:

In the short term I'm also working on state estimation, external to mola_lidar_odometry, but within another MOLA project, so the need for new flags in BridgeROS2 may arise in the process.

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

2 participants