Victor LEUNG

Results 55 issues of Victor LEUNG

# Feature Request - Add docs for base classes methods such as those in BaseNetwork, Datastructure. - Allow their methods to be seen in the docs of their inherited class...

# Feature Request As a [user], I want [to understand how geometry primitives are parametrized] so that [I don't have to trail and error]. ## Details **Is your feature request...

enhancement
documentation

# Feature Request As a [user], I want [the following functions] so that [others and I do not have to reimplement it]. ## Details **Is your feature request related to...

enhancement
good first issue

## Expected Result I expect `Mesh.from_polyhedron` to consume a Polyhedron class. Turns out it doesn't. This causes a slight semantic nuisance. ## Actual Result Currently, the function takes an integer...

# Feature Request As a [user], I want [to analyse some measured 3D points and fit them to a line] so that [benefit]. ## Details **Is your feature request related...

# Feature Request As a [user], I want _[to have mesh_unweld function_] so that [_I can unweld meshes_]. ## Details At the moment we have `mesh_weld`, `meshes_join`, `meshes_join_and_weld`. Can we...

# Feature Request As a [user], I want [to easily find out whether compas uses/ assumes mesh vertices ordering to be CW or CCW] so that it is explicitly spelled...

# Feature Request As a developer who have `ToolModel` with multiple links and joints, I would like to be able to update the location of a that `ToolModel` object and...

enhancement

# Feature Request As a creator of custom RobotModel for my tools, I want to export them to URDF so that I can import them to PyBullet for planning. At...

enhancement

# Feature Request As a developer of my own library that inherit from compas class, I want a tutorial showing me how my child class can keep core functionality of...

documentation