Results 2 comments of Arushi

Only site administration's path is given in URL patterns, not the user side

https://drive.google.com/file/d/1Y3AX-q39GYaBUv2qdYl87zjx3hTw1Ml8/view?usp=sharing Here's the link to the config.yaml file. Also, `bench_node.py` is stuck here: ``` def main(args=None): rclpy.init(args=args) bm = BenchManager() while rclpy.ok() and not bm.inputReady(): try: rclpy.spin_once(bm) except KeyboardInterrupt: break...