Duckietown Challenges Home Challenges Submissions

Job 191099

Job ID191099
submission27752
userJerry Lee
user labelcollision-check-exercise
challengelx22-collision-check-vali
stepstep1
statusfailed
up to dateyes
evaluatorArchimede-prod-b-04-6.3.0
date started
date completed
duration0:00:49
message
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/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 21, in call_if_fun_exists
                 ||     f(**kwargs)
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 32, in on_received_query
                 ||     collided = check_collision(
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 74, in check_collision
                 ||     new_x, new_y = trans_rot_a_point(pose_x, pose_y, pose_theta, old_x, old_y)
                 ||   File "/code/catkin_ws/src/collision-detection/packages/collision_checker/collision_checker.py", line 48, in trans_rot_a_point
                 ||     rt_mat = np.append(rt_mat, [[1]], axis=0)  # Append 1 for homogeneity
                 ||   File "<__array_function__ internals>", line 5, in append
                 ||   File "/usr/local/lib/python3.8/dist-packages/numpy/lib/function_base.py", line 4817, in append
                 ||     return concatenate((arr, values), axis=axis)
                 ||   File "<__array_function__ internals>", line 5, in concatenate
                 || ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 2 and the array at index 1 has size 1
                 ||

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.

Highlights

Artifacts

The artifacts are hidden.

Container logs

The logs are hidden.