-
Notifications
You must be signed in to change notification settings - Fork 154
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
SW-4972: merge switching to static transform publisher contribution foxy #125
Merged
Samahu
merged 13 commits into
ros2-foxy
from
SW-4972-merge-switching-to-static-transform-publisher-contribution-foxy
May 5, 2023
Merged
SW-4972: merge switching to static transform publisher contribution foxy #125
Samahu
merged 13 commits into
ros2-foxy
from
SW-4972-merge-switching-to-static-transform-publisher-contribution-foxy
May 5, 2023
Conversation
This file contains 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
ROS2 driver MVP (beta release)
* Update to the latest ouster sdk * Forward multicast funcitonality + Other improvements and fixes * Add service_msgs dependency to package.xml * Correct sensor_mtp.launch for ros2 launch file format * Move to most recent SDK update * Declare and fill defaults for mtp paramters + fix uninitialzed compute_to_scan * Launch file rename and README corrections
…ith latched topics (#102) * Working port of latched metadata topic on ros2 * Update replay and record launch files to providing metadata file an optional parameter * Remove extra white space in replay record command * Undo changes to the metadata-qos-override * minor code syntax improvements * Add missing metadata topic when bag file isn't specified * Use concise syntax and formatting * Reverse logic for easier read * Apply node transition if it exists
…parameters (#115) * deprecate tf_prefix from os_cloud (#96) Co-authored-by: Guillaume Doisy <guillaume@dexory.com> * Squashed commit of the following: commit 6280bfa1178bdee4fe695cb4752efd5ff15279db Author: Ussama Naal <ussama.naal@ouster.io> Date: Fri Apr 28 07:54:34 2023 -0700 Merge branch 'deprecate_tf_prefix' commit 35f2fd2 Author: Guillaume Doisy <guillaume@dexory.com> Date: Mon Apr 3 18:12:44 2023 +0100 deprecate tf_prefix from os_cloud * Update ChangeLog and package version * Propagate the parameters to launch files * Add a TODO note --------- Co-authored-by: Guillaume Doisy <guillaume@dexory.com>
…ocess (#108) * Remove the use of static vars within components * Resolve conflicts and update changelog and version * Fix a typo 'instance'
* use separate params for tf frames * send static transforms once * Revert "use separate params for tf frames" This reverts commit 4361969.
…ontribution' into SW-4972-merge-switching-to-static-transform-publisher-contribution-foxy
Samahu
changed the title
Sw 4972 merge switching to static transform publisher contribution foxy
SW-4972: merge switching to static transform publisher contribution foxy
May 5, 2023
bexcite
approved these changes
May 5, 2023
Samahu
deleted the
SW-4972-merge-switching-to-static-transform-publisher-contribution-foxy
branch
May 5, 2023 22:47
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.
Related Issues & PRs
Summary of Changes
Validation