swift
swift copied to clipboard
When an object is removed, it is set to None, and thus doesn't have the _propogate_scene_tree() method. Example of what is not wokring now ``` python from swift import Swift...
The leading slash breaks windows compatibility as paths starting with `/C:/` can't be resolved on windows, as mentioned here https://github.com/jhavl/swift/commit/f6c8cdea481b713540b5889c0c8c125ca0cc3ac0#r116060265. Removing this leading slash on Linux does not change the...
I added the capacity to use update_shape in react_swift. I update the out file with the newly built react_swift package. Here is the corresponding pull request in the my fork...
Even though it looks like the implementation of SwiftRoute is attempting to support Colab, my recent tries to run the example code (the piece for running in jupyter notebook) in...
Dear community, I tried to do the base tutorial for showing the Panda robot. But I get a black screen on the browser with the error: "Application error: a client-side...
Hi! i'm building a GUI in python with PyQt6 in order to display robots position in real time and/or move the robot through simple buttons. I'd like to show also...
Hello everyone. I've installed the package with `pip install roboticstoolbox-python` and checked that all the dependencies have indeed been installed. Everything works fine until i try to use the Swift...
Hi @jhavl, This is a quick PR. I've stumbled upon a problem when I add a mesh file to the environment and remove it later on. ```pyhton ... env.add(poly_mesh) ......
Hi, repeating here an issue that was initially posted in robotics toolbox (petercorke/robotics-toolbox-python#239) here: Is there support for drawing 3d lines and/or polylines in Swift? This could be useful for...
Hello, today updated Swift to v1.1.0. When trying to add a Mesh(filename=) to my environment, I always get ``` Failed to load resource: the server responded with a status of...