fix(nebula_launch): pass correct default path for AT128 correction file #128
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.
PR Type
Description
When AT128 packets are played from
ros2 bag
and nebula is launched viaros2 launch nebula_ros nebula_launch.py sensor_model:=PandarAT128 launch_hw:=False
without having been connected to a sensor before, pointclouds will not be output with the following error:Launching via the
hesai_launch_all_hw.xml
file worked with the same parameters.Investigating via
ros2 topic param dump
, thecorrection_file
andscan_phase
parameters were the only different ones:The
.csv
param for the correction file is clearly wrong, so this PR fixes it. This also fixes the missing pointcloud output and the console warnings above.Review Procedure
Delete all correction files that nebula downloaded from the sensor, then launch nebula with the Python launch file and replay AT128 scan messages from a rosbag.
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks