Skip to content

Commit 0b8f995

Browse files
committed
Format files
1 parent 8943c67 commit 0b8f995

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Industrial/ur5_gripper_description/launch/spawn_robot_warehouse.launch.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import xacro
1515
from launch.actions import SetEnvironmentVariable
1616

17+
1718
def generate_launch_description():
1819
pkg_share_dir = get_package_share_directory("ur5_gripper_description")
1920
robotiq_pkg_share_dir = get_package_share_directory("robotiq_description")
@@ -37,9 +38,9 @@ def generate_launch_description():
3738
+ ":/opt/ros/humble/lib"
3839
),
3940
"LD_LIBRARY_PATH": "/home/ws/install/gz_link_attacher/lib:"
40-
+ gz_lib_path
41-
+ ":/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu:"
42-
+ os.environ.get("LD_LIBRARY_PATH", ""),
41+
+ gz_lib_path
42+
+ ":/opt/ros/humble/lib:/usr/lib/x86_64-linux-gnu:"
43+
+ os.environ.get("LD_LIBRARY_PATH", ""),
4344
"DISPLAY": ":2",
4445
}
4546

Launchers/pick_place_harmonic/world.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ def generate_launch_description():
9191
ld.add_action(gazebo)
9292
ld.add_action(world_entity_cmd)
9393

94-
return ld
94+
return ld

0 commit comments

Comments
 (0)