Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix pro_rs_launch
Browse files Browse the repository at this point in the history
  • Loading branch information
dyackzan committed Aug 14, 2024
1 parent 0f2b3dc commit 0b28e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picknik_ur_base_config/launch/pro_rs_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
realsense2_camera_path = get_package_share_directory("realsense2_camera")
sys.path.append(f"{realsense2_camera_path}/launch")

import rs_launch.configurable_parameters as rs_configurable_parameters
from rs_launch import configurable_parameters as rs_configurable_parameters


def generate_launch_description():
Expand Down

0 comments on commit 0b28e7f

Please sign in to comment.