Exception: Roby::Planning::PlanModelError
- Defined in:
- lib/roby/planning/model.rb
Overview
which is of a wrong model
Direct Known Subclasses
Instance Attribute Summary collapse
-
#planner ⇒ Object
Returns the value of attribute planner.
Instance Method Summary collapse
-
#initialize(planner = nil) ⇒ PlanModelError
constructor
A new instance of PlanModelError.
Constructor Details
#initialize(planner = nil) ⇒ PlanModelError
Returns a new instance of PlanModelError.
16 17 18 19 |
# File 'lib/roby/planning/model.rb', line 16 def initialize(planner = nil) @planner = planner super() end |
Instance Attribute Details
#planner ⇒ Object
Returns the value of attribute planner.
15 16 17 |
# File 'lib/roby/planning/model.rb', line 15 def planner @planner end |