-
Notifications
You must be signed in to change notification settings - Fork 153
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
ROS2 compatibility mode #146
Merged
Merged
Changes from 35 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
75f0137
Factoring out Imu and Lidar packets handling
Samahu 63484e3
Added os_driver which combines os_sensor and os_cloud +
Samahu 4b08308
Move down pragma once in the handlers
Samahu fa93e0a
Adding unit tests for the ThreadSafeRingBuffer
Samahu 129bf01
Add one more case to the unit test of ThreadSafeRingBuffer
Samahu f74a492
Quick hook up of the ThreadSafeRingBuffer for os_sensor and os_driver
Samahu a6e52f7
Add an option to select the point_cloud frame
Samahu 82e1786
Keep transforms in Lidar Frame by default with option to switch
Samahu 18e6658
Formatting os_sensor and os_driver
Samahu 3b5023a
Provide support for parsing the community driver params file with app…
Samahu cf8ae16
Factor out tf transforms broadcast
Samahu bd01d65
Formatting imu and lidar packet handlers
Samahu 3ec9f41
Fix build issue
Samahu 4c45198
Incorporate LaserScan message composition
Samahu 552581d
Refactor a bit and add the ability to process and publish point cloud…
Samahu 3e98683
Restor os_cloud_node ability to process point clouds
Samahu cdb032f
Parse proc_mask and hook to launch files and config
Samahu acf7b9d
Add support for the selecting IMU + create topics/subs when their res…
Samahu c3f7f53
Reduce sync operations + restore sensor reset/reactivation
Samahu 092330f
Add the ability to override current qos settings
Samahu 78ce55c
Add minor note
Samahu 48eadc6
More detailed explanation about the IMG node
Samahu b15b767
Rename the file os_sensor_cloud_image_params to os_sensor_cloud_image…
Samahu 7a6329d
Expose use_system_default_qos parameter to xml launch file and use pr…
Samahu 19c2ce7
Update minimal readme file and utilize os_driver by default +
Samahu 8d28269
Update CHANGELOG.rst and package version
Samahu a15c588
Apply && to accepted method of ThreadSafeRingBuffer +
Samahu ecae950
Add missing parameter declaration
Samahu 55ee132
Re-formatting CHANGELOG a bit
Samahu b14b42c
Added ImageProcessor to support IMG flag +
Samahu 080d965
Expose scan_ring param and update relevant params description
Samahu 22122ba
Added notes to size(), empty(), full()
Samahu 879e15f
remove deprecated methods + naming nits
Samahu 199c0ef
Update ChangeLog + Fix load_metadata_from_file
Samahu e82239c
Try out building against Iron + revise sensor_mtp.launch
Samahu 2463778
Correct the params file name + document params
Samahu 543f676
Carry over fixes from foxy branch
Samahu 2dc60ae
Update README.md to mention compatibilty mode
Samahu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ jobs: | |
ros_distro: | ||
- rolling | ||
- humble | ||
- iron | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
|
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍