Andrei Bârsan

Results 23 comments of Andrei Bârsan

I was able to further constrain the minimal example to the script below, which essentially just loads up an MPI `so` built by Horovod then tries to display a window...

Dear Caner, I had not managed to dig deeper into this anomaly since the time I posted the issue. That's some amazing bug detective skills! Are you able to overfit...

@shreyas2311 I was able to get this working by writing ROS messages to a websocket with [roslibpy](https://roslibpy.readthedocs.io/), and routing those to a running ROS instance via `rosbridge`, which was the...

Note: It seems base64 is supported! ``` l_bytes = base64.b64encode(lidar_xyz_bytes) lidar_b64 = l_bytes.decode("ascii") ``` and then putting the `lidar_b64` string in the JSON I am sending with `roslibpy` to webviz...

The first test is definitely related to TF 2.0 (it enables eager execution by default), which I think the authors mention is in progress of being fixed). I don't know...

Oh, sorry for not being clear. My hypothesis was that it could be something that's now being, e.g., cast to an integer type without rounding, whereas it used to be...

I am able to add citations to my HTML output by specifying `--bibliography my_refs.bib --citeproc`. Still trying to make links clickable, though.

Can confirm, I also have this issue on my Mac (10.15.4).

@yezifeiafei If you are running remotely, as long as you can connect to the remote machine with SSH, you can tunnel most connections over SSH. Look up "SSH tunnelling "for...