You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This issue will be migrated to README.
Documenting all the steps one needs to take to add a new plan.
Write new plan files new_plan.cc and new_plan.h.
Make sure to add them to the cmake file for plans.
Make a new MakeNewPlan method of IiwaPlanFactory (define them in both iiwa_plan_factory.cc and iiwa_plan_factory.h that takes care of how plans are handled from plan lcm messages.
The text was updated successfully, but these errors were encountered:
We should also consider using custom LCM types for our plans. Right now plan types are determined by the first string field in robot_state.name, which is going to get messy as we support more plans.
NOTE: This issue will be migrated to README.
Documenting all the steps one needs to take to add a new plan.
new_plan.cc
andnew_plan.h
.plans
.MakeNewPlan
method ofIiwaPlanFactory
(define them in bothiiwa_plan_factory.cc
andiiwa_plan_factory.h
that takes care of how plans are handled from plan lcm messages.The text was updated successfully, but these errors were encountered: