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

MongoDB usage is broken in ros2 #77

Open
rhaschke opened this issue Aug 28, 2024 · 0 comments
Open

MongoDB usage is broken in ros2 #77

rhaschke opened this issue Aug 28, 2024 · 0 comments

Comments

@rhaschke
Copy link
Contributor

The package mongodb (version 3.6) is not released anymore since Ubuntu Jammy.
Official install instructions, suggest installing from a proprietary package repository:
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu

Unfortunately, installable versions 6.0 and 7.0 of mongodb are not compatible with the still released C++ driver package libmongoclient-dev. Older versions do not install for some reason (and it is unclear whether they are compatible).

It is unclear where to find a debian package of the new C++ driver. The old, legacy driver, doesn't build anymore.
Debian experimental seems to provide a new driver: https://tracker.debian.org/pkg/mongo-cxx-driver.

Summarizing, MongoDB support is broken in recent ros2 distros.

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