Skip to content

Commit

Permalink
Remove old rviz parts.
Browse files Browse the repository at this point in the history
Signed-off-by: Jelmer de Wolde <[email protected]>
  • Loading branch information
Jelmerdw committed Jan 24, 2025
1 parent 747b414 commit f8e7df9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,057 deletions.
12 changes: 4 additions & 8 deletions ros2_ws/src/rcdt_franka/launch/franka.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,12 @@ def launch_setup(context: LaunchContext) -> None:
}.items(),
)

rviz_launch_arguments = {
"moveit": "node",
"moveit_package_name": "rcdt_franka_moveit_config",
}
if use_realsense:
display_config = get_file_path("rcdt_utilities", ["rviz"], "realsense.rviz")
rviz_launch_arguments["rviz_display_config"] = display_config
rviz = IncludeLaunchDescription(
get_file_path("rcdt_utilities", ["launch"], "rviz.launch.py"),
launch_arguments=rviz_launch_arguments.items(),
launch_arguments={
"robot_name": "fr3",
"moveit_package_name": "rcdt_franka_moveit_config",
}.items(),
)

moveit = IncludeLaunchDescription(
Expand Down
292 changes: 0 additions & 292 deletions ros2_ws/src/rcdt_utilities/rviz/markers.rviz

This file was deleted.

Loading

0 comments on commit f8e7df9

Please sign in to comment.