When using RUR.add_object_at_position and RUR.add_goal_object_at_position, either set the nb of objects at 1 by default, or return an error if the number of expected parameters is not found (i.e. 4 in this case). This will make it easier for word creator to avoid hard to understand mistakes.
When using
RUR.add_object_at_position
andRUR.add_goal_object_at_position
, either set the nb of objects at 1 by default, or return an error if the number of expected parameters is not found (i.e. 4 in this case). This will make it easier for word creator to avoid hard to understand mistakes.