Duckietown Challenges Home Challenges Submissions

Evaluator 5830

ID5830
evaluatornoname
owneruser9209
machineLocalForBaxter
processnoname_LocalForBaxter-6.3.2
version6.3.2
first heard
last heard
statusinactive
# evaluating
# success1 191967
# timeout1 191976
# failed1 191975
# error
# aborted
# host-error
arm0
x86_641
Mac0
gpu available0
Number of processors8
Processor frequency (MHz)4.3 GHz
Free % of processors96%
RAM total (MB)7.5 GB
RAM free (MB)0.6 GB
Disk (MB)467.9 GB
Disk available (MB)389.6 GB
Docker Hub
P11
P2
Cloud simulations1
PI Camera0
# Duckiebots0
Map 3x3 avaiable
Number of duckies
gpu cores
AIDO 2 Map LF public
AIDO 2 Map LF private
AIDO 2 Map LFV public
AIDO 2 Map LFV private
AIDO 2 Map LFVI public
AIDO 2 Map LFVI private
AIDO 3 Map LF public
AIDO 3 Map LF private
AIDO 3 Map LFV public
AIDO 3 Map LFV private
AIDO 3 Map LFVI public
AIDO 3 Map LFVI private
AIDO 5 Map large loop
ETU track
for 2021, map is ETH_small_inter
IPFS mountpoint /ipfs available
IPNS mountpoint /ipns available

Evaluator jobs

Job IDsubmissionuseruser labelchallengestepstatusup to dateevaluatordate starteddate completeddurationmessage
19197627990user9209collision-check-exerciselx22-collision-check-valistep1timeoutyesnoname----No reset possible
19197527988user9209collision-check-exerciselx22-collision-check-valistep1failedyesnoname0:00:26
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".
                 |
                 || 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/collision-detection/packages/collision_checker/collision_checker.py", line 31, in on_received_query
                 ||     collided = check_collision(
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 52, in check_collision
                 ||     collided = check_collision_list(rototranslated_robot, environment)
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 64, in check_collision_list
                 ||     if check_collision_shape(robot, envObject):
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 85, in check_collision_shape
                 ||     return rectangle_rectangle_collision(a, b)
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 204, in rectangle_rectangle_collision
                 ||     if point_in_rectangle(i, vertices2):
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 194, in point_in_rectangle
                 ||     x1, y1 = sv[i]
                 || TypeError: 'NoneType' object is not subscriptable
                 ||
                 || 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 CollisionChecker.on_received_query of <collision_checker.collision_checker.CollisionChecker object at 0x70d91d04b4c0>>.
                 || │       f: <bound method CollisionChecker.on_received_query of <collision_checker.collision_checker.CollisionChecker object at 0x70d91d04b4c0>>
                 || │    args: dict[2]
                 || │          │ data:
                 || │          │ CollisionCheckQuery
                 || │          │ │ pose:
                 || │          │ │ FriendlyPose
                 || │          │ │ │ x: 0.595569815934045
                 || │          │ │ │ y: 1.969904716932111
                 || │          │ │ │ theta_deg: 304.18372957353085
                 || │          │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x70d917c06a60>
                 || │ 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: CollisionCheckQuery}
                 ||

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_collision/collision_checker.py", line 107, in collision_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
19196727986user9209collision-check-exerciselx22-collision-check-valistep1successyesnoname0:00:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
false_negative_rate0.01
false_positive_rate0.0


other stats
nsamples200
No reset possible