-
Notifications
You must be signed in to change notification settings - Fork 148
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-5148: back port improvements in ros 2 to ros 1 #170
Merged
Samahu
merged 16 commits into
master
from
SW-5148-back-port-improvements-in-ros-2-to-ros-1
Jul 25, 2023
Merged
SW-5148: back port improvements in ros 2 to ros 1 #170
Samahu
merged 16 commits into
master
from
SW-5148-back-port-improvements-in-ros-2-to-ros-1
Jul 25, 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
Switch to using threads for packet processing in os_sensor node + Add new wreset service + Add metadata service to os_replay
adding relevant processors
Add a switch between dynamic and static broadcast
Only create publisher when processors are enabled
Add a new launch file to utilize os_driver + Made it is possible to set custom tf frames + Made it possible to set proc_mask and scan_ring
Rename nodelets_os.xml to ouster_ros_nodelet.xml + Wrap all classes with ouster_ros + always default no_bond + Fix Dockerfile build formatting
kairenw
approved these changes
Jul 24, 2023
This was referenced Jul 25, 2023
Closed
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
/ouster/reset
service (experimental)/ouster/get_metadata
service to os_replaydriver.launch
scan_ring
argumentsensor_frame
orlidar_frame
; default is kept to usesensor_frame
which would trigger a warning message about raytracing.nodelets_os
namespace toouster_ros
to unify namespace across the code.nodelets_os
toouster_ros_nodelets
Validation
Old Interface Maintained
The three launch commands should be fully preserved under the new changes
Single Node (os_sensor+os_cloud+os_image)
To use the new combined node os_driver run the launch file
driver.launch.py
as shown below but please find thedriver_config.yaml
and adjust to match your sensor settings:proc_mask flags
proc_mask
.IMU
,SCAN
,IMG
andPCL
.Alternate PointCloud frame
point_cloud_frame
betweenos_lidar
andos_sensor
custom tf frame names
switch between dynamic and static transforms broadcast
dynamic_transforms_broadcast
anddynamic_transforms_broadcast_rate
to switch between static transforms and dynamic updates of transforms.Invoke the reset service (not implemented)
/ouster/reset
service