Duckietown Challenges Home Challenges Submissions

Submission 23355

Submission23355
Competinguser retired
Challengelx22-planning-cc-dynamic-vali
Useruser7791
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💔
Jobsstep1-0of4: 163832 step1-1of4: 163834 step1-2of4: 163830 step1-3of4: 163833
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
163834step1-1of4successyes0:00:42
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
163833step1-3of4successyes0:00:45
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
163832step1-0of4failedyes0:00:57
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 97, in run_checker
    agent_ci.write_topic_and_expect_zero("set_params", inside.params)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 156, in write_topic_and_expect_zero
    msgs = read_reply(self.fpout, timeout=timeout, 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 "set_params".
                 |
                 || 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/planning/packages/planning/planner.py", line 68, in on_received_set_params
                 ||     self.graph = self.create_static_grid_graph()
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 132, in create_static_grid_graph
                 ||     if self.check_collision(node_pose):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 304, in check_collision
                 ||     if self.check_collision_with_circle(pose, obstacle_pose, obstacle):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 312, in check_collision_with_circle
                 ||     distance = (obstacle_pose.x - robot_pose.pose.x) ** 2 + (obstacle_pose.y - robot_pose.pose.y) ** 2
                 || AttributeError: 'FriendlyPose' object has no attribute 'pose'
                 ||

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
163830step1-2of4successyes0:00:53
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
163825step1-1of4successyes0:00:40
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163824step1-3of4successyes0:00:50
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163823step1-0of4failedyes0:00:53
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 97, in run_checker
    agent_ci.write_topic_and_expect_zero("set_params", inside.params)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 156, in write_topic_and_expect_zero
    msgs = read_reply(self.fpout, timeout=timeout, 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 "set_params".
                 |
                 || 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/planning/packages/planning/planner.py", line 68, in on_received_set_params
                 ||     self.graph = self.create_static_grid_graph()
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 132, in create_static_grid_graph
                 ||     if self.check_collision(node_pose):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 304, in check_collision
                 ||     if self.check_collision_with_circle(pose, obstacle_pose, obstacle):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 312, in check_collision_with_circle
                 ||     distance = (obstacle_pose.x - robot_pose.pose.x) ** 2 + (obstacle_pose.y - robot_pose.pose.y) ** 2
                 || AttributeError: 'FriendlyPose' object has no attribute 'pose'
                 ||

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
163818step1-2of4successyes0:00:43
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163816step1-3of4successyes0:00:27
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163814step1-0of4failedyes0:00:52
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 97, in run_checker
    agent_ci.write_topic_and_expect_zero("set_params", inside.params)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 156, in write_topic_and_expect_zero
    msgs = read_reply(self.fpout, timeout=timeout, 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 "set_params".
                 |
                 || 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/planning/packages/planning/planner.py", line 68, in on_received_set_params
                 ||     self.graph = self.create_static_grid_graph()
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 132, in create_static_grid_graph
                 ||     if self.check_collision(node_pose):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 304, in check_collision
                 ||     if self.check_collision_with_circle(pose, obstacle_pose, obstacle):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 312, in check_collision_with_circle
                 ||     distance = (obstacle_pose.x - robot_pose.pose.x) ** 2 + (obstacle_pose.y - robot_pose.pose.y) ** 2
                 || AttributeError: 'FriendlyPose' object has no attribute 'pose'
                 ||

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
163813step1-1of4successyes0:00:49
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163811step1-2of4successyes0:00:42
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163806step1-1of4successyes0:00:28
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
163805step1-0of4failedyes0:00:50
InvalidSubmission: T [...]
InvalidSubmission:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 97, in run_checker
    agent_ci.write_topic_and_expect_zero("set_params", inside.params)
  File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 156, in write_topic_and_expect_zero
    msgs = read_reply(self.fpout, timeout=timeout, 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 "set_params".
                 |
                 || 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/planning/packages/planning/planner.py", line 68, in on_received_set_params
                 ||     self.graph = self.create_static_grid_graph()
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 132, in create_static_grid_graph
                 ||     if self.check_collision(node_pose):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 304, in check_collision
                 ||     if self.check_collision_with_circle(pose, obstacle_pose, obstacle):
                 ||   File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 312, in check_collision_with_circle
                 ||     distance = (obstacle_pose.x - robot_pose.pose.x) ** 2 + (obstacle_pose.y - robot_pose.pose.y) ** 2
                 || AttributeError: 'FriendlyPose' object has no attribute 'pose'
                 ||

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