Wilson ๐Ÿ‡ซ๐Ÿ‡ท's Avatar

Wilson ๐Ÿ‡ซ๐Ÿ‡ท

@manifoldfr.bsky.social

Postdoc @ INRIA Nonlinear numerical optimisation & optimal control (for robotics). C/C++ for real-time control applications. 3D graphics enthusiast.

23 Followers  |  26 Following  |  12 Posts  |  Joined: 04.12.2024
Posts Following

Posts by Wilson ๐Ÿ‡ซ๐Ÿ‡ท (@manifoldfr.bsky.social)

No contact phase planning, just straightforward, "simple" optimisation under complementarity constraints ๐Ÿ˜

18.07.2025 16:41 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Frictional contact-implicit operational space control in SIMPLE, coming soon to an arxiv and git repo near you! ๐Ÿ˜ƒ

18.07.2025 16:32 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Tired of lengthy computations to derive scaling laws? This post is made for you: discover the sharpness of the z-transform!
francisbach.com/z-transform/

18.07.2025 14:39 โ€” ๐Ÿ‘ 24    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Playing around in our simulator (SIMPLE, in alpha) and renderer (Candlewick, found here: github.com/Simple-Robot...)

16.07.2025 13:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release v1.92.1 ยท ocornut/imgui v1.92.1: Maintenance release โค๏ธ Previous summer was the 10th anniversary of v1.00! Read: 10 years of Dear ImGui ! ๐ŸŽ‰ โœ‹ Reading the changelog is a good way to keep up to date with what Dear ImGui has...

dear imgui 1.92.1 released!
github.com/ocornut/imgu...

Maintenance/followup release with various fonts & backends related fixes (e.g. Emscripten content scaling fixes. Vulkan fixes. Raw OSX backend fix for multi-viewports)

09.07.2025 17:16 โ€” ๐Ÿ‘ 38    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The old Boost.Python bindings will remain for a while as we transition the rest of our stack (yes, including Pinocchio!) to nanobind this year.

03.07.2025 14:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Introduce next-generation Python bindings using `nanobind` by ManifoldFR ยท Pull Request #659 ยท coal-library/coal This (draft) pull request adds a second set of Python bindings using the modern nanobind bindings generator. The new nanobind-based API can be imported as a replacement for the old one by importing...

Very happy to announce that our collision algorithms library Coal (formerly HPP-FCL) now supports @wjakob.bsky.social's nanobind for its Python bindings! ๐Ÿ˜€

github.com/coal-library...

The new bindings will be available in package managers in the next release.

03.07.2025 14:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Starting to do push-ups in the new simulator (Simple) with a full-fat NCP friction model.
PD controller script from Fabian Schramm.

03.07.2025 09:50 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Testing out implementing inverse dynamics in our new simulator (SIMPLE)

06.06.2025 14:37 โ€” ๐Ÿ‘ 2    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - jsoulier/blocks: Tiny Minecraft clone in C and GLSL using the new SDL3 GPU API Tiny Minecraft clone in C and GLSL using the new SDL3 GPU API - jsoulier/blocks

Cool project I found reimplementing a tiny minecraft clone using the new GPU API in SDL3
@sdlcommits.libsdl.org

github.com/jsoulier/blo...

25.03.2025 09:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Release candlewick v0.0.1 ยท ManifoldFR/candlewick This is the first (pre-)release of candlewick, a renderer based on SDL3's GPU API. Merged PRs Remove Shape class, make Mesh own its buffers, add MeshView class by @ManifoldFR in #1 Make multibody:...

I've just made the first pre-release (v0.0.1) of Candlewick, my #SDL3 -based renderer for robotics applications (visualizing stuff from Pinocchio, namely)
github.com/ManifoldFR/c...

21.03.2025 16:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Annoucement - Switch to nanobind ยท Issue #2616 ยท stack-of-tasks/pinocchio We are in the process of switching from Boost.Python to nanobind in Pinocchio. The overall objective is, among other objectives, to: reduce the size of Python modules with similar or improved perfo...

Software announcement: later this year, the Pinocchio rigid-body dynamics library will be switching to nanobind (from the legacy Boost.Python) for its Python bindings!
Read the announcement here: github.com/stack-of-tas...

13.03.2025 12:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A WIP renderer for robotics based on SDL3-GPU | ManifoldFR

New post up on personal site about the new (very much WIP) #SDL3 -based renderer I made for robotics applications:
manifoldfr.github.io/news/rendere...

09.02.2025 18:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - ManifoldFR/candlewick Contribute to ManifoldFR/candlewick development by creating an account on GitHub.

I started working on a cross-platform 3D renderer (for robotics) based on SDL3's GPU API
github.com/ManifoldFR/c...

06.02.2025 10:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0