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

[moveit_configs_utils] Switch warehouse defaults to SQLite #1296

Open
DLu opened this issue May 31, 2022 · 3 comments
Open

[moveit_configs_utils] Switch warehouse defaults to SQLite #1296

DLu opened this issue May 31, 2022 · 3 comments
Labels
chore enhancement New feature or request good first issue Good for newcomers

Comments

@DLu
Copy link
Contributor

DLu commented May 31, 2022

This function uses warehouse_ros_mongo but based on this conversation it should probably be warehouse_ros_sqlite.

(I wrote this code based on the ROS 1 launch files, but have never used the warehouse functionality, so it would be good for someone with passing knowledge of warehouses to test it)

@DLu DLu added the enhancement New feature or request label May 31, 2022
@henningkayser
Copy link
Member

Ok, it's really overdue to get this done. MongoDB is not provided with Jammy anymore, so we should:

@henningkayser henningkayser changed the title [moveit_configs_utils] Update to use standard warehouse launch [moveit_configs_utils] Switch warehouse defaults to SQLite Jan 26, 2023
@henningkayser henningkayser added the good first issue Good for newcomers label Jan 26, 2023
@mannygarcia720
Copy link

Hello! I am interested on working on this issue. Is there anything I should know beforehand in order to get started on solving this issue? @DLu @henningkayser

@jrgnicho
Copy link
Contributor

I recently started to use the warehouse_ros database capability and got something that saves constraints to a sqlite database and also have a launch configuration that loads the path constraints from the db through the rviz motion planning frame.
However it is unclear to me if the move_group node loads the database whenever provided the database parameters (warehouse_host and warehouse_plugin). It appears that it doesn't at the moment but it feels to me that it should do that upon request. I could add this feature to the move_group node if it makes sense, I think the move_group node in moveit(1) did this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants