Sean_G

Results 3 issues of Sean_G

I fail to build SDL client at step 3: cargo build --release. I got the following error msg: cargo build --release Compiling point_viewer_grpc_proto_rust v0.1.0 (file:///home/sean/sean/cartographer_ws/point_cloud_viewer-master/point_viewer_grpc_proto_rust) Compiling collision v0.18.0 error: failed...

serial_node.py is working as expected when I execute: rosrun rosserial_python serial_node.py /dev/ttyACM0 I can terminate this programme by typing ctrl+z. However, if I type ctrl+c, programme throw exception and reconnect...

I think you have given the calculation of max number of iterations by the fomular: int max_iteration = (int)(1 + log(1. - 0.99) / log(1. - pow(0.6, no_samples))); which is...