Skip to content

Commit

Permalink
chore(nebula launch): remove orphaned directory variable
Browse files Browse the repository at this point in the history
Signed-off-by: David Wong <[email protected]>
  • Loading branch information
drwnz committed Aug 29, 2023
1 parent d1215a7 commit 982e424
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def create_parameter_dict(*args):
sensor_model = LaunchConfiguration("sensor_model").perform(context)
sensor_make, sensor_extension = get_lidar_make(sensor_model)
nebula_decoders_share_dir = get_package_share_directory("nebula_decoders")
nebula_ros_share_dir = get_package_share_directory("nebula_ros")

# Calibration file
sensor_calib_fp = os.path.join(
Expand Down

0 comments on commit 982e424

Please sign in to comment.