Joshua Liu

Results 9 comments of Joshua Liu

I'm also curious. Is it possible to add this IO conversion?

Is there a timeline for when will this happen? More and more packages are transitioning to ROS2. It's definitely worth it to have a direct interface with ROS2!

I'm looking forward to having QML support in PyVista. Meanwhile, I found other vtk-qml examples: - [Qml-VTK-Python](https://github.com/dao-duc-tung/Qml-VTK-Python) - [A python-based project on VTK-QML-PySide2 combination](https://github.com/szmurlor/qt-vtk-qml-pyside2-demo) - [VtkWithQmlExample](https://github.com/FONQRI/VtkWithQmlExample)

I am having the same issue on Ubuntu 22.04 + Garden. I noticed that gazebo uses DART by default and `libdart-dev` is already installed in the system. ```bash $ gz...

``` Traceback (most recent call last): File "/home/josh/CAD/pyrender/01_Quickstart/minimal_example_for_offscreen_rendering.py", line 31, in r = pyrender.OffscreenRenderer(viewport_width=640, viewport_height=480, point_size=1.0) File "/home/josh/anaconda3/envs/cad/lib/python3.6/site-packages/pyrender/offscreen.py", line 32, in __init__ self._create() File "/home/josh/anaconda3/envs/cad/lib/python3.6/site-packages/pyrender/offscreen.py", line 129, in _create self._platform.init_context()...

Tested on WSL with Ubuntu 20.04: it works. On Windows: tried running PowerShell as Administrator -> still not working.

Thanks! Yes, I was finally able to see the data going through using the commands @gabrik you gave. It must be due to the Windows Firewall blocking UDP multicast then....

The other window is just a list of allowed applications and policies. I have checked that the UDP multicast is already allowed on my Windows: ![image](https://user-images.githubusercontent.com/6867028/212742639-83ced9bb-666a-4c17-8080-77ba5d7b3567.png)

@gabrik > To verify it is the case please run the examples with these parameters: > > Publisher: `python z_pub.py -k myhome/kitchen/temp -v 'Hello World' -l tcp/127.0.0.1:7447 ` > Subscriber:...