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
It's impossible to create task exotica/HeatMapScore. It will fail with:
TypeError: create_problem(): incompatible function arguments. The following argument types are supported:
1. (arg0: Initializer) -> exotica::PlanningProblem
Invoked with: ('exotica/UnconstrainedEndPoseProblem', {'PlanningScene': [('exotica/Scene', {...})], 'Maps': [('exotica/HeatMapScore', {'Name': 'HMS'})], 'Cost': [('exotica/Task', {'Task': 'HMS', 'Rho': '1'})], 'Name': 'problem'})
I.e. the initiliser must have the same name as the class that is registered with the class plugin system, no matter which one is used in the object inheritance.
There should be an error like:
Cannot create initializer for class HeatMap.
Available object classes are:
...
....
HeatMapScore
...
The text was updated successfully, but these errors were encountered:
If I created a task:
with
and initialiser:
It's impossible to create task
exotica/HeatMapScore
. It will fail with:I.e. the initiliser must have the same name as the class that is registered with the class plugin system, no matter which one is used in the object inheritance.
There should be an error like:
The text was updated successfully, but these errors were encountered: