Skip to content

Commit

Permalink
Fixed pre-commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticsystem committed Sep 8, 2023
1 parent 7301c64 commit d719ed2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions robotiq_description/launch/robotiq_control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def generate_launch_description():
description_pkg_share, "rviz", "view_urdf.rviz"
)

pkg_share = launch_ros.substitutions.FindPackageShare(
package="robotiq_driver"
).find("robotiq_driver")

args = []
args.append(
launch.actions.DeclareLaunchArgument(
Expand All @@ -70,9 +66,7 @@ def generate_launch_description():
)
args.append(
launch.actions.DeclareLaunchArgument(
name="launch_rviz",
default_value="false",
description="Launch RViz?"
name="launch_rviz", default_value="false", description="Launch RViz?"
)
)

Expand Down

0 comments on commit d719ed2

Please sign in to comment.