diff --git a/fanuc_moveit_config/config/fanuc.ros2_control.xacro b/fanuc_moveit_config/config/fanuc.ros2_control.xacro
deleted file mode 100644
index f9c2c58b..00000000
--- a/fanuc_moveit_config/config/fanuc.ros2_control.xacro
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
- fake_components/GenericSystem
-
-
-
-
- ${initial_positions['joint_1']}
-
-
-
-
-
-
- ${initial_positions['joint_2']}
-
-
-
-
-
-
- ${initial_positions['joint_3']}
-
-
-
-
-
-
- ${initial_positions['joint_4']}
-
-
-
-
-
-
- ${initial_positions['joint_5']}
-
-
-
-
-
-
- ${initial_positions['joint_6']}
-
-
-
-
-
-
diff --git a/fanuc_moveit_config/config/fanuc.urdf.xacro b/fanuc_moveit_config/config/fanuc.urdf.xacro
deleted file mode 100644
index c2077df3..00000000
--- a/fanuc_moveit_config/config/fanuc.urdf.xacro
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/fanuc_moveit_config/config/initial_positions.yaml b/fanuc_moveit_config/config/initial_positions.yaml
deleted file mode 100644
index 842abde6..00000000
--- a/fanuc_moveit_config/config/initial_positions.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default initial positions for the FANUC arm's ros2_control fake system
-initial_positions:
- joint_1: 0.0
- joint_2: 0.0
- joint_3: 0.0
- joint_4: 0.0
- joint_5: 0.0
- joint_6: 0.0
diff --git a/panda_moveit_config/config/panda.ros2_control.xacro b/panda_moveit_config/config/panda.ros2_control.xacro
deleted file mode 100644
index 991bce04..00000000
--- a/panda_moveit_config/config/panda.ros2_control.xacro
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
- fake_components/GenericSystem
-
-
-
-
- ${initial_positions['panda_joint1']}
-
-
-
-
-
-
- ${initial_positions['panda_joint2']}
-
-
-
-
-
-
- ${initial_positions['panda_joint3']}
-
-
-
-
-
-
- ${initial_positions['panda_joint4']}
-
-
-
-
-
-
- ${initial_positions['panda_joint5']}
-
-
-
-
-
-
- ${initial_positions['panda_joint6']}
-
-
-
-
-
-
- ${initial_positions['panda_joint7']}
-
-
-
-
-
-
diff --git a/panda_moveit_config/config/panda.urdf.xacro b/panda_moveit_config/config/panda.urdf.xacro
deleted file mode 100644
index d46cb4df..00000000
--- a/panda_moveit_config/config/panda.urdf.xacro
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/panda_moveit_config/config/panda_hand.ros2_control.xacro b/panda_moveit_config/config/panda_hand.ros2_control.xacro
deleted file mode 100644
index a3ea406e..00000000
--- a/panda_moveit_config/config/panda_hand.ros2_control.xacro
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
- fake_components/GenericSystem
-
-
-
-
- 0.0
-
-
-
-
- panda_finger_joint1
- 1
-
-
- 0.0
-
-
-
-
-
-
-
diff --git a/panda_moveit_config/launch/demo.launch.py b/panda_moveit_config/launch/demo.launch.py
index 351119fd..1e7009a0 100644
--- a/panda_moveit_config/launch/demo.launch.py
+++ b/panda_moveit_config/launch/demo.launch.py
@@ -22,7 +22,6 @@ def generate_launch_description():
moveit_config = (
MoveItConfigsBuilder("moveit_resources_panda")
- .robot_description(file_path="config/panda.urdf.xacro")
.robot_description_semantic(file_path="config/panda.srdf")
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
.planning_pipelines(pipelines=["ompl", "chomp"])