diff --git a/.setup_assistant b/.setup_assistant
index f54adbf..37da26c 100644
--- a/.setup_assistant
+++ b/.setup_assistant
@@ -1,7 +1,7 @@
moveit_setup_assistant_config:
URDF:
package: franka_description
- relative_path: robots/panda/panda.urdf.xacro
+ relative_path: robots/panda/panda_arm.urdf.xacro
xacro_args: hand:=true
SRDF:
relative_path: config/panda.srdf.xacro
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3439afe..c69be73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,10 +1,7 @@
-cmake_minimum_required(VERSION 3.22)
+cmake_minimum_required(VERSION 3.10.2)
project(panda_moveit_config)
-
find_package(ament_cmake REQUIRED)
ament_package()
-install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}
- PATTERN "setup_assistant.launch" EXCLUDE)
install(DIRECTORY config DESTINATION share/${PROJECT_NAME})
diff --git a/config/stomp_planning.yaml b/config/stomp_planning.yaml
deleted file mode 100644
index 7084f2f..0000000
--- a/config/stomp_planning.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-optimization:
- num_timesteps: 60
- num_iterations: 40
- num_iterations_after_valid: 0
- num_rollouts: 30
- max_rollouts: 30
- initialization_method: 1 #[1 : LINEAR_INTERPOLATION, 2 : CUBIC_POLYNOMIAL, 3 : MININUM_CONTROL_COST]
- control_cost_weight: 0.0
-task:
- noise_generator:
- - class: stomp_moveit/NormalDistributionSampling
- stddev: [0.05, 0.8, 1.0, 0.8, 0.4, 0.4, 0.4]
- cost_functions:
- - class: stomp_moveit/CollisionCheck
- collision_penalty: 1.0
- cost_weight: 1.0
- kernel_window_percentage: 0.2
- longest_valid_joint_move: 0.05
- noisy_filters:
- - class: stomp_moveit/JointLimits
- lock_start: True
- lock_goal: True
- - class: stomp_moveit/MultiTrajectoryVisualization
- line_width: 0.02
- rgb: [255, 255, 0]
- marker_array_topic: stomp_trajectories
- marker_namespace: noisy
- update_filters:
- - class: stomp_moveit/PolynomialSmoother
- poly_order: 6
- - class: stomp_moveit/TrajectoryVisualization
- line_width: 0.05
- rgb: [0, 191, 255]
- error_rgb: [255, 0, 0]
- publish_intermediate: True
- marker_topic: stomp_trajectory
- marker_namespace: optimized
diff --git a/launch/.gitkeep b/launch/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/launch/chomp_planning_pipeline.launch.xml b/launch/chomp_planning_pipeline.launch.xml
deleted file mode 100644
index 39e645f..0000000
--- a/launch/chomp_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/default_warehouse_db.launch b/launch/default_warehouse_db.launch
deleted file mode 100644
index dc1aea7..0000000
--- a/launch/default_warehouse_db.launch
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/demo.launch b/launch/demo.launch
deleted file mode 100644
index 543cb19..0000000
--- a/launch/demo.launch
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [move_group/fake_controller_joint_states]
-
-
-
- [move_group/fake_controller_joint_states]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/demo_chomp.launch b/launch/demo_chomp.launch
deleted file mode 100644
index a3051a8..0000000
--- a/launch/demo_chomp.launch
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/launch/demo_gazebo.launch b/launch/demo_gazebo.launch
deleted file mode 100644
index 2907f8f..0000000
--- a/launch/demo_gazebo.launch
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/demo_lerp.launch b/launch/demo_lerp.launch
deleted file mode 100644
index d5d8355..0000000
--- a/launch/demo_lerp.launch
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/launch/demo_stomp.launch b/launch/demo_stomp.launch
deleted file mode 100644
index 0ae0551..0000000
--- a/launch/demo_stomp.launch
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/launch/fake_moveit_controller_manager.launch.xml b/launch/fake_moveit_controller_manager.launch.xml
deleted file mode 100644
index 53811ba..0000000
--- a/launch/fake_moveit_controller_manager.launch.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/franka_control.launch b/launch/franka_control.launch
deleted file mode 100644
index d3e9023..0000000
--- a/launch/franka_control.launch
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/joystick_control.launch b/launch/joystick_control.launch
deleted file mode 100644
index 9411f6e..0000000
--- a/launch/joystick_control.launch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/lerp_planning_pipeline.launch.xml b/launch/lerp_planning_pipeline.launch.xml
deleted file mode 100644
index c119357..0000000
--- a/launch/lerp_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/move_group.launch b/launch/move_group.launch
deleted file mode 100644
index 7d511f3..0000000
--- a/launch/move_group.launch
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/moveit.rviz b/launch/moveit.rviz
deleted file mode 100644
index 82d21c7..0000000
--- a/launch/moveit.rviz
+++ /dev/null
@@ -1,131 +0,0 @@
-Panels:
- - Class: rviz/Displays
- Help Height: 84
- Name: Displays
- Property Tree Widget:
- Expanded:
- - /MotionPlanning1
- Splitter Ratio: 0.5
- Tree Height: 226
- - Class: rviz/Help
- Name: Help
- - Class: rviz/Views
- Expanded:
- - /Current View1
- Name: Views
- Splitter Ratio: 0.5
-Visualization Manager:
- Class: ""
- Displays:
- - Alpha: 0.5
- Cell Size: 1
- Class: rviz/Grid
- Color: 160; 160; 164
- Enabled: true
- Line Style:
- Line Width: 0.03
- Value: Lines
- Name: Grid
- Normal Cell Count: 0
- Offset:
- X: 0
- Y: 0
- Z: 0
- Plane: XY
- Plane Cell Count: 10
- Reference Frame:
- Value: true
- - Class: moveit_rviz_plugin/MotionPlanning
- Enabled: true
- Name: MotionPlanning
- Planned Path:
- Links: ~
- Loop Animation: true
- Robot Alpha: 0.5
- Show Robot Collision: false
- Show Robot Visual: true
- Show Trail: false
- State Display Time: 0.05 s
- Trajectory Topic: move_group/display_planned_path
- Planning Metrics:
- Payload: 1
- Show Joint Torques: false
- Show Manipulability: false
- Show Manipulability Index: false
- Show Weight Limit: false
- Planning Request:
- Colliding Link Color: 255; 0; 0
- Goal State Alpha: 1
- Goal State Color: 250; 128; 0
- Interactive Marker Size: 0
- Joint Violation Color: 255; 0; 255
- Query Goal State: true
- Query Start State: false
- Show Workspace: false
- Start State Alpha: 1
- Start State Color: 0; 255; 0
- Planning Scene Topic: move_group/monitored_planning_scene
- Robot Description: robot_description
- Scene Geometry:
- Scene Alpha: 1
- Show Scene Geometry: true
- Voxel Coloring: Z-Axis
- Voxel Rendering: Occupied Voxels
- Scene Robot:
- Attached Body Color: 150; 50; 150
- Links: ~
- Robot Alpha: 0.5
- Show Scene Robot: true
- Value: true
- Enabled: true
- Global Options:
- Background Color: 48; 48; 48
- Fixed Frame: panda_link0
- Name: root
- Tools:
- - Class: rviz/Interact
- Hide Inactive Objects: true
- - Class: rviz/MoveCamera
- - Class: rviz/Select
- Value: true
- Views:
- Current:
- Class: rviz/Orbit
- Distance: 2.0
- Enable Stereo Rendering:
- Stereo Eye Separation: 0.06
- Stereo Focal Distance: 1
- Swap Stereo Eyes: false
- Value: false
- Field of View: 0.75
- Focal Point:
- X: -0.1
- Y: 0.25
- Z: 0.30
- Focal Shape Fixed Size: true
- Focal Shape Size: 0.05
- Invert Z Axis: false
- Name: Current View
- Near Clip Distance: 0.01
- Pitch: 0.5
- Target Frame: panda_link0
- Yaw: -0.6232355833053589
- Saved: ~
-Window Geometry:
- Displays:
- collapsed: false
- Height: 848
- Help:
- collapsed: false
- Hide Left Dock: false
- Hide Right Dock: false
- MotionPlanning:
- collapsed: false
- MotionPlanning - Trajectory Slider:
- collapsed: false
- QMainWindow State: 000000ff00000000fd0000000100000000000001f0000002f6fc0200000007fb000000100044006900730070006c006100790073010000003d00000173000000c900fffffffb0000000800480065006c00700000000342000000bb0000006e00fffffffb0000000a00560069006500770073000000010c000000a4000000a400fffffffb0000000c00430061006d00650072006100000002ff000001610000000000000000fb0000001e004d006f00740069006f006e00200050006c0061006e006e0069006e00670100000374000001890000000000000000fb00000044004d006f00740069006f006e0050006c0061006e006e0069006e00670020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000001600000016fb0000001c004d006f00740069006f006e0050006c0061006e006e0069006e006701000001b60000017d0000017d00ffffff00000315000002f600000001000000020000000100000002fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
- Views:
- collapsed: false
- Width: 1291
- X: 454
- Y: 25
diff --git a/launch/moveit_empty.rviz b/launch/moveit_empty.rviz
deleted file mode 100644
index 9014d11..0000000
--- a/launch/moveit_empty.rviz
+++ /dev/null
@@ -1,99 +0,0 @@
-Panels:
- - Class: rviz/Displays
- Help Height: 84
- Name: Displays
- Property Tree Widget:
- Expanded: ~
- Splitter Ratio: 0.5
- Tree Height: 613
- - Class: rviz/Help
- Name: Help
- - Class: rviz/Views
- Expanded:
- - /Current View1
- Name: Views
- Splitter Ratio: 0.5
-Preferences:
- PromptSaveOnExit: true
-Toolbars:
- toolButtonStyle: 2
-Visualization Manager:
- Class: ""
- Displays:
- - Alpha: 0.5
- Cell Size: 1
- Class: rviz/Grid
- Color: 160; 160; 164
- Enabled: true
- Line Style:
- Line Width: 0.029999999329447746
- Value: Lines
- Name: Grid
- Normal Cell Count: 0
- Offset:
- X: 0
- Y: 0
- Z: 0
- Plane: XY
- Plane Cell Count: 10
- Reference Frame:
- Value: true
- - Class: rviz/MarkerArray
- Enabled: true
- Marker Topic: rviz_visual_tools
- Name: MarkerArray
- Namespaces:
- {}
- Queue Size: 100
- Value: true
- Enabled: true
- Global Options:
- Background Color: 48; 48; 48
- Default Light: true
- Fixed Frame: panda_link0
- Frame Rate: 30
- Name: root
- Tools:
- - Class: rviz/Interact
- Hide Inactive Objects: true
- - Class: rviz/MoveCamera
- - Class: rviz/Select
- - Class: rviz_visual_tools/KeyTool
- Value: true
- Views:
- Current:
- Class: rviz/Orbit
- Distance: 2
- Enable Stereo Rendering:
- Stereo Eye Separation: 0.05999999865889549
- Stereo Focal Distance: 1
- Swap Stereo Eyes: false
- Value: false
- Field of View: 0.75
- Focal Point:
- X: -0.10000000149011612
- Y: 0.25
- Z: 0.30000001192092896
- Focal Shape Fixed Size: true
- Focal Shape Size: 0.05000000074505806
- Invert Z Axis: false
- Name: Current View
- Near Clip Distance: 0.009999999776482582
- Pitch: 0.5
- Target Frame: panda_link0
- Yaw: -0.6232355833053589
- Saved: ~
-Window Geometry:
- Displays:
- collapsed: false
- Height: 848
- Help:
- collapsed: false
- Hide Left Dock: false
- Hide Right Dock: false
- QMainWindow State: 000000ff00000000fd0000000100000000000001f0000002f6fc020000000afb000000100044006900730070006c006100790073010000003d000002f6000000c900fffffffb0000000800480065006c00700000000342000000bb0000006e00fffffffb0000000a00560069006500770073000000010c000000a4000000a400fffffffb0000000c00430061006d00650072006100000002ff000001610000000000000000fb0000001e004d006f00740069006f006e00200050006c0061006e006e0069006e00670100000374000001890000000000000000fb00000044004d006f00740069006f006e0050006c0061006e006e0069006e00670020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000000000000000fb0000001c004d006f00740069006f006e0050006c0061006e006e0069006e006700000001ab000001880000000000000000fb000000280020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000000000000000fb00000024005200760069007a00560069007300750061006c0054006f006f006c007300470075006900000002f2000000410000000000000000fb0000003c005400720061006a006500630074006f007200790020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff000000000000000000000315000002f600000001000000020000000100000002fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
- Views:
- collapsed: false
- Width: 1291
- X: 444
- Y: 25
diff --git a/launch/moveit_rviz.launch b/launch/moveit_rviz.launch
deleted file mode 100644
index 89e0db9..0000000
--- a/launch/moveit_rviz.launch
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/moveit_scene.rviz b/launch/moveit_scene.rviz
deleted file mode 100644
index b9e16ad..0000000
--- a/launch/moveit_scene.rviz
+++ /dev/null
@@ -1,138 +0,0 @@
-Panels:
- - Class: rviz/Displays
- Help Height: 84
- Name: Displays
- Property Tree Widget:
- Expanded: ~
- Splitter Ratio: 0.5
- Tree Height: 542
- - Class: rviz/Help
- Name: Help
- - Class: rviz/Views
- Expanded:
- - /Current View1
- Name: Views
- Splitter Ratio: 0.5
- - Class: rviz_visual_tools/RvizVisualToolsGui
- Name: RvizVisualToolsGui
-Preferences:
- PromptSaveOnExit: true
-Toolbars:
- toolButtonStyle: 2
-Visualization Manager:
- Class: ""
- Displays:
- - Alpha: 0.5
- Cell Size: 1
- Class: rviz/Grid
- Color: 160; 160; 164
- Enabled: true
- Line Style:
- Line Width: 0.03
- Value: Lines
- Name: Grid
- Normal Cell Count: 0
- Offset:
- X: 0
- Y: 0
- Z: 0
- Plane: XY
- Plane Cell Count: 10
- Reference Frame:
- Value: true
- - Class: rviz/MarkerArray
- Enabled: true
- Marker Topic: rviz_visual_tools
- Name: MarkerArray
- Namespaces:
- {}
- Queue Size: 100
- Value: true
- - Class: moveit_rviz_plugin/Trajectory
- Color Enabled: false
- Enabled: true
- Interrupt Display: false
- Links: ~
- Loop Animation: false
- Name: Trajectory
- Robot Alpha: 0.5
- Show Robot Collision: false
- Show Robot Visual: true
- Show Trail: false
- State Display Time: 3x
- Trail Step Size: 1
- Trajectory Topic: move_group/display_planned_path
- Value: true
- - Class: moveit_rviz_plugin/PlanningScene
- Enabled: true
- Move Group Namespace: ""
- Name: PlanningScene
- Planning Scene Topic: move_group/monitored_planning_scene
- Robot Description: robot_description
- Scene Geometry:
- Scene Alpha: 0.9
- Show Scene Geometry: true
- Voxel Coloring: Z-Axis
- Voxel Rendering: Occupied Voxels
- Scene Robot:
- Attached Body Color: 150; 50; 150
- Links: ~
- Robot Alpha: 1
- Show Robot Collision: false
- Show Robot Visual: true
- Value: true
- Enabled: true
- Global Options:
- Background Color: 48; 48; 48
- Default Light: true
- Fixed Frame: panda_link0
- Frame Rate: 30
- Name: root
- Tools:
- - Class: rviz/Interact
- Hide Inactive Objects: true
- - Class: rviz/MoveCamera
- - Class: rviz/Select
- - Class: rviz_visual_tools/KeyTool
- Value: true
- Views:
- Current:
- Class: rviz/Orbit
- Distance: 2.0
- Enable Stereo Rendering:
- Stereo Eye Separation: 0.06
- Stereo Focal Distance: 1
- Swap Stereo Eyes: false
- Value: false
- Field of View: 0.75
- Focal Point:
- X: -0.1
- Y: 0.25
- Z: 0.30
- Focal Shape Fixed Size: true
- Focal Shape Size: 0.05
- Invert Z Axis: false
- Name: Current View
- Near Clip Distance: 0.01
- Pitch: 0.5
- Target Frame: panda_link0
- Yaw: -0.6232355833053589
- Saved: ~
-Window Geometry:
- Displays:
- collapsed: false
- Height: 848
- Help:
- collapsed: false
- Hide Left Dock: false
- Hide Right Dock: false
- QMainWindow State: 000000ff00000000fd0000000100000000000001f0000002f6fc0200000009fb000000100044006900730070006c006100790073010000003d000002af000000c900fffffffb0000000800480065006c00700000000342000000bb0000006e00fffffffb0000000a00560069006500770073000000010c000000a4000000a400fffffffb0000000c00430061006d00650072006100000002ff000001610000000000000000fb0000001e004d006f00740069006f006e00200050006c0061006e006e0069006e00670100000374000001890000000000000000fb00000044004d006f00740069006f006e0050006c0061006e006e0069006e00670020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000000000000000fb0000001c004d006f00740069006f006e0050006c0061006e006e0069006e006700000001ab000001880000000000000000fb000000280020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000004100fffffffb00000024005200760069007a00560069007300750061006c0054006f006f006c007300470075006901000002f2000000410000004100ffffff00000315000002f600000001000000020000000100000002fc0000000100000002000000010000000a0054006f006f006c00730100000000ffffffff0000000000000000
- RvizVisualToolsGui:
- collapsed: false
- Trajectory - Slider:
- collapsed: false
- Views:
- collapsed: false
- Width: 1291
- X: 449
- Y: 25
diff --git a/launch/ompl-chomp_planning_pipeline.launch.xml b/launch/ompl-chomp_planning_pipeline.launch.xml
deleted file mode 100644
index 178d2be..0000000
--- a/launch/ompl-chomp_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/ompl_planning_pipeline.launch.xml b/launch/ompl_planning_pipeline.launch.xml
deleted file mode 100644
index af9d56e..0000000
--- a/launch/ompl_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/panda_moveit_sensor_manager.launch.xml b/launch/panda_moveit_sensor_manager.launch.xml
deleted file mode 100644
index 5d02698..0000000
--- a/launch/panda_moveit_sensor_manager.launch.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml b/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml
deleted file mode 100644
index c7c4cf5..0000000
--- a/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/planning_context.launch b/launch/planning_context.launch
deleted file mode 100644
index b591e1a..0000000
--- a/launch/planning_context.launch
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/planning_pipeline.launch.xml b/launch/planning_pipeline.launch.xml
deleted file mode 100644
index 250e743..0000000
--- a/launch/planning_pipeline.launch.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/ros_control_moveit_controller_manager.launch.xml b/launch/ros_control_moveit_controller_manager.launch.xml
deleted file mode 100644
index 9ebc91c..0000000
--- a/launch/ros_control_moveit_controller_manager.launch.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/launch/ros_controllers.launch b/launch/ros_controllers.launch
deleted file mode 100644
index 47806e5..0000000
--- a/launch/ros_controllers.launch
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/launch/run_benchmark_ompl.launch b/launch/run_benchmark_ompl.launch
deleted file mode 100644
index 4bbfb37..0000000
--- a/launch/run_benchmark_ompl.launch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/run_benchmark_trajopt.launch b/launch/run_benchmark_trajopt.launch
deleted file mode 100644
index 7628416..0000000
--- a/launch/run_benchmark_trajopt.launch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/sensor_manager.launch.xml b/launch/sensor_manager.launch.xml
deleted file mode 100644
index 61db9d9..0000000
--- a/launch/sensor_manager.launch.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/setup_assistant.launch b/launch/setup_assistant.launch
deleted file mode 100644
index d647abe..0000000
--- a/launch/setup_assistant.launch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/simple_moveit_controller_manager.launch.xml b/launch/simple_moveit_controller_manager.launch.xml
deleted file mode 100644
index 44e6d6c..0000000
--- a/launch/simple_moveit_controller_manager.launch.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/launch/stomp_planning_pipeline.launch.xml b/launch/stomp_planning_pipeline.launch.xml
deleted file mode 100644
index cbff8df..0000000
--- a/launch/stomp_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/trajectory_execution.launch.xml b/launch/trajectory_execution.launch.xml
deleted file mode 100644
index 20c3dfc..0000000
--- a/launch/trajectory_execution.launch.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/trajopt_planning_pipeline.launch.xml b/launch/trajopt_planning_pipeline.launch.xml
deleted file mode 100644
index ec9ea9b..0000000
--- a/launch/trajopt_planning_pipeline.launch.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/warehouse.launch b/launch/warehouse.launch
deleted file mode 100644
index 0712e67..0000000
--- a/launch/warehouse.launch
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/launch/warehouse_settings.launch.xml b/launch/warehouse_settings.launch.xml
deleted file mode 100644
index e473b08..0000000
--- a/launch/warehouse_settings.launch.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/package.xml b/package.xml
index 4ed28fd..0d4a1f6 100644
--- a/package.xml
+++ b/package.xml
@@ -1,40 +1,43 @@
-
-
+
+
panda_moveit_config
0.8.1
An automatically generated package with all the configuration and launch files for using the panda with the MoveIt Motion Planning Framework
- MoveIt maintainer team
- MoveIt maintainer team
+ MoveIt maintainer team
+ MoveIt maintainer team
BSD
-
+
http://moveit.ros.org/
https://github.com/ros-planning/moveit/issues
https://github.com/ros-planning/moveit
- catkin
-
- moveit_ros_move_group
- moveit_fake_controller_manager
- moveit_kinematics
- moveit_planners
- moveit_ros_visualization
- moveit_setup_assistant
- moveit_simple_controller_manager
- joint_state_publisher
- joint_state_publisher_gui
- robot_state_publisher
- rviz
- tf2_ros
- xacro
+ ament_cmake
+
+ moveit_ros_move_group
+ moveit_fake_controller_manager
+ moveit_kinematics
+ moveit_planners
+ moveit_ros_visualization
+ moveit_setup_assistant
+ moveit_simple_controller_manager
+ joint_state_publisher
+ joint_state_publisher_gui
+ robot_state_publisher
+ rviz
+ tf2_ros
+ xacro
- franka_description
-
+ franka_description
+
+
+ ament_cmake
+