-
Notifications
You must be signed in to change notification settings - Fork 74
ROS2 Humble #288
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
Open
heuristicus
wants to merge
29
commits into
strands-project:melodic-devel
Choose a base branch
from
ori-goals:humble
base: melodic-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ROS2 Humble #288
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…4-revert-272-melodic-devel Revert "Revert "Fix Python 3 bugs in mongodb_store""
Ensure Python 3 compatibility in mongodb log
Avoid deadlock on server shutdown
Add host args in mongodb_store.launch and mongodb_store_inc.launch
… tested (but server appears to run)
…ctly set when startup completes
… works - insertion service is functional, had to fix timestamps to convert from ros2 clock. No longer stores the callerid because I'm not sure its accessible - serialisation updated to ros2 - delete references to soma in util - function to get namespaced type from message as it's no longer accessible at msg._type - fix json loading null returning None rather than empty dict
- example works in ros2 util - message conversion uses rosidl_runtime_py rather than custom conversion functions - store the message in message field rather than with the metadata to make it easy to use the runtime py functions - message update uses the $set command message store node - add decorator to make sure crashing callback threads actually output something rather than crashing silently - fix insertion object id return - use delete_one instead of remove - update no longer stores caller id - query correctly instantiates message message store - using the async service call in message store proxy to ensure it works when rclpy spin isn't called - fix update named crash when meta was none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements core functionality in ROS2 Humble. I didn't include the configuration components and removed replication stuff since that should now be handled on the mongo side rather than here. I'm working on 22.04 so this is tested with pymongo 4.6.2 and mongodb-org 8.0.8.
Converted:
Also restructured the packages to be in the ROS2 style.
Didn't convert the tests but have been using in practice and have converted the two examples which both work (see
mongodb_store/mongodb_store/scripts
)If this is to be merged it should go into a new branch (
humble
?) rather than the one I've currently requested the merge to.