Duckietown Challenges Home Challenges Submissions

Submission 23936

Submission23936
Competingyes
Challengelx22-planning-cc-static-vali
Useruser7815
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💔
Jobsstep1-0of4: 168382 step1-1of4: 168348 step1-2of4: 168347 step1-3of4: 168350
Next
User labelplanning-exercise
Admin priority50
Blessingn/a
User priority50

Evaluation jobs for this submission

See previous jobs for previous versions of challenges
Job IDstepstatusup to datedate starteddate completeddurationmessage
168382step1-0of4failedyes0:00:34
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
    msg = agent_ci.write_topic_and_expect("query", q, expect="response")
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:

error in checker |Exception while handling a message on topic "query".
                 |
                 || AttributeError: 'NoneType' object has no attribute 'deg2rad'
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 173, in on_received_query
                 ||     step = self.connect_poses(b_coords, a_coords)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 217, in connect_poses
                 ||     end_se2 = SE2Transform([goal.x,goal.y],np.deg2rad(goal.theta_deg))
                 || TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable deg2rad method
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                 ||     handle_message_node(parsed, receiver0, context0)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                 ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
                 ||     raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
                 || zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f0b0ef8df10>>.
                 || │       f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f0b0ef8df10>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ PlanningQuery
                 || │          │ │ start:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.851619739457407
                 || │          │ │ │ y: 0.7677554835461414
                 || │          │ │ │ theta_deg: 76.41653777498384
                 || │          │ │ target:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.4756126187339715
                 || │          │ │ │ y: 3.8700685383714606
                 || │          │ │ │ theta_deg: 329.8242898730601
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f09df8f10d0>
                 || │ argspec: <class 'inspect.FullArgSpec'>[7]
                 || │          #0 [self, context, data]
                 || │          #1 None
                 || │          #2 None
                 || │          #3 None
                 || │          #4 []
                 || │          #5 None
                 || │          #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
                 ||

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
    sessions = run_checker(
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168372step1-0of4failedyes0:00:34
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
    msg = agent_ci.write_topic_and_expect("query", q, expect="response")
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:

error in checker |Exception while handling a message on topic "query".
                 |
                 || AttributeError: 'NoneType' object has no attribute 'deg2rad'
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 173, in on_received_query
                 ||     step = self.connect_poses(b_coords, a_coords)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 217, in connect_poses
                 ||     end_se2 = SE2Transform([goal.x,goal.y],np.deg2rad(goal.theta_deg))
                 || TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable deg2rad method
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                 ||     handle_message_node(parsed, receiver0, context0)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                 ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
                 ||     raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
                 || zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f198a2e2f10>>.
                 || │       f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f198a2e2f10>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ PlanningQuery
                 || │          │ │ start:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.851619739457407
                 || │          │ │ │ y: 0.7677554835461414
                 || │          │ │ │ theta_deg: 76.41653777498384
                 || │          │ │ target:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.4756126187339715
                 || │          │ │ │ y: 3.8700685383714606
                 || │          │ │ │ theta_deg: 329.8242898730601
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f185ac34220>
                 || │ argspec: <class 'inspect.FullArgSpec'>[7]
                 || │          #0 [self, context, data]
                 || │          #1 None
                 || │          #2 None
                 || │          #3 None
                 || │          #4 []
                 || │          #5 None
                 || │          #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
                 ||

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
    sessions = run_checker(
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168364step1-0of4failedyes0:00:29
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
    msg = agent_ci.write_topic_and_expect("query", q, expect="response")
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:

error in checker |Exception while handling a message on topic "query".
                 |
                 || AttributeError: 'NoneType' object has no attribute 'deg2rad'
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 173, in on_received_query
                 ||     step = self.connect_poses(b_coords, a_coords)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 217, in connect_poses
                 ||     end_se2 = SE2Transform([goal.x,goal.y],np.deg2rad(goal.theta_deg))
                 || TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable deg2rad method
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                 ||     handle_message_node(parsed, receiver0, context0)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                 ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
                 ||     raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
                 || zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f9c6286ff10>>.
                 || │       f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f9c6286ff10>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ PlanningQuery
                 || │          │ │ start:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.851619739457407
                 || │          │ │ │ y: 0.7677554835461414
                 || │          │ │ │ theta_deg: 76.41653777498384
                 || │          │ │ target:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.4756126187339715
                 || │          │ │ │ y: 3.8700685383714606
                 || │          │ │ │ theta_deg: 329.8242898730601
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f9b331c2f40>
                 || │ argspec: <class 'inspect.FullArgSpec'>[7]
                 || │          #0 [self, context, data]
                 || │          #1 None
                 || │          #2 None
                 || │          #3 None
                 || │          #4 []
                 || │          #5 None
                 || │          #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
                 ||

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
    sessions = run_checker(
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168359step1-0of4failedyes0:00:41
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
    msg = agent_ci.write_topic_and_expect("query", q, expect="response")
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:

error in checker |Exception while handling a message on topic "query".
                 |
                 || AttributeError: 'NoneType' object has no attribute 'deg2rad'
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 173, in on_received_query
                 ||     step = self.connect_poses(b_coords, a_coords)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 217, in connect_poses
                 ||     end_se2 = SE2Transform([goal.x,goal.y],np.deg2rad(goal.theta_deg))
                 || TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable deg2rad method
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                 ||     handle_message_node(parsed, receiver0, context0)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                 ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
                 ||     raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
                 || zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f43da8b1f10>>.
                 || │       f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f43da8b1f10>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ PlanningQuery
                 || │          │ │ start:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.851619739457407
                 || │          │ │ │ y: 0.7677554835461414
                 || │          │ │ │ theta_deg: 76.41653777498384
                 || │          │ │ target:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.4756126187339715
                 || │          │ │ │ y: 3.8700685383714606
                 || │          │ │ │ theta_deg: 329.8242898730601
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f42ab21d0d0>
                 || │ argspec: <class 'inspect.FullArgSpec'>[7]
                 || │          #0 [self, context, data]
                 || │          #1 None
                 || │          #2 None
                 || │          #3 None
                 || │          #4 []
                 || │          #5 None
                 || │          #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
                 ||

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
    sessions = run_checker(
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168352step1-0of4failedyes0:00:36
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
    msg = agent_ci.write_topic_and_expect("query", q, expect="response")
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
    ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
    msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
    others = read_until_over(fpout, timeout=timeout, nickname=nickname)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
    raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:

error in checker |Exception while handling a message on topic "query".
                 |
                 || AttributeError: 'NoneType' object has no attribute 'deg2rad'
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 173, in on_received_query
                 ||     step = self.connect_poses(b_coords, a_coords)
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 217, in connect_poses
                 ||     end_se2 = SE2Transform([goal.x,goal.y],np.deg2rad(goal.theta_deg))
                 || TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable deg2rad method
                 ||
                 || The above exception was the direct cause of the following exception:
                 ||
                 || Traceback (most recent call last):
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
                 ||     handle_message_node(parsed, receiver0, context0)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
                 ||     call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
                 ||   File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
                 ||     raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
                 || zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f1421602f10>>.
                 || │       f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f1421602f10>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ PlanningQuery
                 || │          │ │ start:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.851619739457407
                 || │          │ │ │ y: 0.7677554835461414
                 || │          │ │ │ theta_deg: 76.41653777498384
                 || │          │ │ target:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 2.4756126187339715
                 || │          │ │ │ y: 3.8700685383714606
                 || │          │ │ │ theta_deg: 329.8242898730601
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f12f1f5d400>
                 || │ argspec: <class 'inspect.FullArgSpec'>[7]
                 || │          #0 [self, context, data]
                 || │          #1 None
                 || │          #2 None
                 || │          #3 None
                 || │          #4 []
                 || │          #5 None
                 || │          #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
                 ||

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges/cie_concrete.py", line 691, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
    sessions = run_checker(
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
    raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168350step1-3of4successyes0:00:49
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
mistakes0.0
success_ratio0.0
duration1000.0
complexity1000.0
avg_min_distance0.0


other stats
nfeasible0
nsamples0
No reset possible
168348step1-1of4successyes0:00:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
mistakes0.0
success_ratio0.0
duration1000.0
complexity1000.0
avg_min_distance0.0


other stats
nfeasible0
nsamples0
No reset possible
168347step1-2of4successyes0:00:27
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
mistakes0.0
success_ratio0.0
duration1000.0
complexity1000.0
avg_min_distance0.0


other stats
nfeasible0
nsamples0
No reset possible
168345step1-2of4successyes0:00:42
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168343step1-3of4successyes0:00:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168342step1-1of4successyes0:00:25
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168339step1-2of4successyes0:00:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
168336step1-2of4successyes0:00:42
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible