Skip to content

Commit

Permalink
Merge branch 'remove_dual_arm' into 'master'
Browse files Browse the repository at this point in the history
move dual arm task into branch

See merge request dfki-planning/orogen-motion_planners!7
  • Loading branch information
Sankar Natarajan committed Jun 17, 2024
2 parents 39de233 + 00104f0 commit dd6786c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 240 deletions.
17 changes: 0 additions & 17 deletions motion_planners.orogen
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,3 @@ task_context "SingleArmPlannerTask", subclasses: "PlannerTask" do

end

task_context "DualArmPlannerTask", subclasses: "PlannerTask" do

# Configuration needed
needs_configuration

# KLC Planner Config
property("klc_config", "/motion_planners/KLCConfig")

input_port("target_joints_angle", "/base/commands/Joints").
doc("Target joints angles")

output_port("dual_arm_trajectory", "/base/JointsTrajectory").
doc("The planned trajectory for the dual arm.")

port_driven

end
115 changes: 0 additions & 115 deletions tasks/DualArmPlannerTask.cpp

This file was deleted.

108 changes: 0 additions & 108 deletions tasks/DualArmPlannerTask.hpp

This file was deleted.

0 comments on commit dd6786c

Please sign in to comment.