Skip to content
Snippets Groups Projects
Commit 4efd960c authored by Omid Heidari's avatar Omid Heidari Committed by Dave Coleman
Browse files

Necessary files to run LERP (#40)

* added new files for emptyplan

* edited demo.launch to accept planner arg

* Added emptyplan_planning.yaml so it can be used for new planners. It is an empty file.
Added rosparam in emptyplan_planning_pipeline.launch.xml to load its yaml file

* added necessary files for LERP

* chaged the virtual joint to fixed

* added yaml file

* addressed the comments

* revet back to floating for virtual joint and revert moveit.rviz
parent 168f3522
No related branches found
No related tags found
No related merge requests found
num_steps: 40
<launch>
<!-- LERP Plugin for MoveIt! -->
<arg name="planning_plugin" value="lerp_interface/LERPPlanner" />
<!-- The request adapters (plugins) used when planning with TrajOpt.
ORDER MATTERS -->
<arg name="planning_adapters" value="default_planner_request_adapters/AddTimeParameterization
default_planner_request_adapters/FixWorkspaceBounds
default_planner_request_adapters/FixStartStateBounds
default_planner_request_adapters/FixStartStateCollision
default_planner_request_adapters/FixStartStatePathConstraints" />
<arg name="start_state_max_bounds_error" value="0.1" />
<param name="planning_plugin" value="$(arg planning_plugin)" />
<param name="request_adapters" value="$(arg planning_adapters)" />
<param name="start_state_max_bounds_error" value="$(arg start_state_max_bounds_error)" />
<rosparam command="load" file="$(find panda_moveit_config)/config/lerp_planning.yaml"/>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment