Skip to content

Commit

Permalink
Revert "fix?"
Browse files Browse the repository at this point in the history
This reverts commit 4284a00.
  • Loading branch information
root authored and root committed Dec 19, 2024
1 parent 8435ccb commit 40b7432
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions kuka_iiqka_eac_driver/launch/startup_with_rviz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ def generate_launch_description():
),
)

robot_description_kinematics = {
"robot_description_kinematics": {
"manipulator": {"kinematics_solver": "kdl_kinematics_plugin/KDLKinematicsPlugin"}
}
}

startup_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[get_package_share_directory("kuka_iiqka_eac_driver"), "/launch/startup.launch.py"]
Expand All @@ -57,9 +51,6 @@ def generate_launch_description():
name="rviz2",
output="log",
arguments=["-d", rviz_config, "--ros-args", "--log-level", "error"],
parameters=[
robot_description_kinematics,
],
),
]
)
9 changes: 0 additions & 9 deletions kuka_kss_rsi_driver/launch/startup_with_rviz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ def generate_launch_description():
),
)

robot_description_kinematics = {
"robot_description_kinematics": {
"manipulator": {"kinematics_solver": "kdl_kinematics_plugin/KDLKinematicsPlugin"}
}
}

startup_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[get_package_share_directory("kuka_kss_rsi_driver"), "/launch/startup.launch.py"]
Expand All @@ -57,9 +51,6 @@ def generate_launch_description():
name="rviz2",
output="log",
arguments=["-d", rviz_config, "--ros-args", "--log-level", "error"],
parameters=[
robot_description_kinematics,
],
),
]
)
9 changes: 0 additions & 9 deletions kuka_sunrise_fri_driver/launch/startup_with_rviz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ def generate_launch_description():
),
)

robot_description_kinematics = {
"robot_description_kinematics": {
"manipulator": {"kinematics_solver": "kdl_kinematics_plugin/KDLKinematicsPlugin"}
}
}

startup_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[get_package_share_directory("kuka_sunrise_fri_driver"), "/launch/startup.launch.py"]
Expand All @@ -58,9 +52,6 @@ def generate_launch_description():
name="rviz2",
output="log",
arguments=["-d", rviz_config, "--ros-args", "--log-level", "error"],
parameters=[
robot_description_kinematics,
],
),
]
)

0 comments on commit 40b7432

Please sign in to comment.