Stéphane Caron
@locoscaron.fosstodon.org.ap.brid.gy
110 followers 6 following 22 posts
I toot about open source robots and robotics. [bridged from https://fosstodon.org/@locoscaron on the fediverse by https://fed.brid.gy/ ]
Posts Media Videos Starter Packs
locoscaron.fosstodon.org.ap.brid.gy
My website (scaron.info) is currently down. I will get it back up as soon as I can, but unfortunately it won't be before next Sunday. I'm sorry for any inconvenience this may cause!
locoscaron.fosstodon.org.ap.brid.gy
The CoRL 2025 workshop on Open-Source Hardware in the Era of Robot Learning is starting now! You can join the conversation online via live streaming: https://www.youtube.com/live/ZVPIJzF1df4
locoscaron.fosstodon.org.ap.brid.gy
Tomorrow, 𝗞𝗲𝗻𝘁𝗼 𝗞𝗮𝘄𝗮𝗵𝗮𝗿𝗮𝘇𝘂𝗸𝗮 will present the MEVIUS series of open-source robots: the MEVITA biped, the MEVIUS quadruped and its chimney-climbing extension KLEIYN. What makes these robots special is their use of machined metal components ordered from e-commerce. Their achieve robust locomotion […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
Next Saturday, 𝗧𝗲𝘁𝘀𝘂𝘆𝗮 𝗢𝗴𝗮𝘁𝗮 will present AIREC-Basic, an open robot platform designed for AI developers. His talk will cover the benefits of shifting from proprietary, closed robots to open platforms, such as extensibility and knowledge sharing. It will be accompanied by demonstrations […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
Next Saturday, 𝗔𝗻𝘁𝗼𝗶𝗻𝗲 𝗣𝗶𝗿𝗿𝗼𝗻𝗲 will present Pollen Robotics & Hugging Face's open-source robots, including Reachy Mini, the SO-100 arm, the Amazing Hand and the Open Duck Mini. He will discuss the sim2real challenges of making the Open Duck Mini walk, and how […]

[Original post on fosstodon.org]
The Open Duck Mini open-source and open-hardware robot.
locoscaron.fosstodon.org.ap.brid.gy
I have been trying out 𝗨𝗯𝘂𝗻𝘁𝘂 𝗧𝗼𝘂𝗰𝗵 and out of the box the system is pretty neat. Core apps are contributed by the UBports project: https://ubports.com/

With iOS and now Android becoming more locked, their clear app development workflow looks great for, say, open-source robotics projects 🙂 […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
On September 27, 𝗬𝘂𝗸𝗶 𝗡𝗮𝗸𝗮𝗴𝗮𝘄𝗮 will discuss risk assessment and safety design considerations for open-source hardware. She will cover hazard-disclosure practice, the roles of safety standardization and reproducibility for scientific research, and how such standards can facilitate open hardware […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
On September 27, 𝗚𝗿𝗲𝗴𝗼𝗶𝗿𝗲 𝗣𝗮𝘀𝘀𝗮𝘂𝗹𝘁 will present SigmaBan, an open-hardware humanoid robot that has claimed five RoboCup World Championship victories. He will recount the evolution from prototype to champion, covering the integration of ML for perception and […]

[Original post on fosstodon.org]
Two SigmaBan humanoid robots playing soccer.
locoscaron.fosstodon.org.ap.brid.gy
On September 27, 𝗖. 𝗞𝗮𝗿𝗲𝗻 𝗟𝗶𝘂 will share the journey of creating the open-source Stanford ToddlerBot, a fully 3D-printed humanoid robot reproducible for under $6,000. She will dive into key questions on embodied data collection, sim-to-real transfer, and how […]

[Original post on fosstodon.org]
A photograph of the ToddlerBot humanoid robot.
locoscaron.fosstodon.org.ap.brid.gy
On September 27, 𝗞𝗲𝗻𝗻𝗲𝘁𝗵 𝗦𝗵𝗮𝘄 will present current results on democratizing dexterity with the open-source LEAP Hands. He will show how these hands can learn complex, human-like behaviors by leveraging large-scale human motion data and modern simulation […]

[Original post on fosstodon.org]
Left: CAD design of the LEAP hand. Right: demonstration scenarios where LEAP hands grasp objects.
locoscaron.fosstodon.org.ap.brid.gy
Join us for the 𝗖𝗼𝗥𝗟 𝟮𝟬𝟮𝟱 𝘄𝗼𝗿𝗸𝘀𝗵𝗼𝗽 𝗼𝗻 𝗢𝗽𝗲𝗻-𝗦𝗼𝘂𝗿𝗰𝗲 𝗛𝗮𝗿𝗱𝘄𝗮𝗿𝗲 𝗶𝗻 𝘁𝗵𝗲 𝗘𝗿𝗮 𝗼𝗳 𝗥𝗼𝗯𝗼𝘁 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴! The day will bring together researchers and makers from both academia and the industry to discuss open-source robot design, integration with reinforcement learning […]

[Original post on fosstodon.org]
Flyer for the workshop on Open-Source Hardware in the Era of Robot Learning taking place at CoRL 2025
locoscaron.fosstodon.org.ap.brid.gy
Here is an #Upkie wheeled biped getting up on its own: https://www.youtube.com/watch?v=ZoFQhNnQ62U A combination of reinforcement learning to find an initial trajectory, manual adjustments to transfer to the real robot, and model predictive control for balancing.
Reposted by Stéphane Caron
Reposted by Stéphane Caron
manifoldfr.bsky.social
Testing out implementing inverse dynamics in our new simulator (SIMPLE)
Reposted by Stéphane Caron
araffin.bsky.social
New in SB3 (master branch): to use n-step returns for off-policy algorithms, simply pass `n_steps=3` (it will instantiate a `NStepReplayBuffer` being the scene).

Our implementation does not use any for loops, only NumPy vectorised operations at sampling time (so the data container stays the same).
A small code snippet showing how to use the `n_steps` parameter with SB3 lib
locoscaron.fosstodon.org.ap.brid.gy
This week I was reminded that nonlinear car-like models are locally controllable, but not their linearization. For instance, the nonlinear car-like model with n trailers is controllable (Robot Motion Planning and Control, p. 77) but its linearization is not (same book, p. 176).
locoscaron.fosstodon.org.ap.brid.gy
I'm trying out Pixi for the CI of Pink. I appreciate a lot how `pixi run` does locally what will run in GitHub Actions, with the magic of conda-forge to get all dependencies and environments right.
locoscaron.fosstodon.org.ap.brid.gy
A Lego reaction wheel pendulum that illustrates palatably what state estimation and balancing by PID control look like: https://www.youtube.com/watch?v=WObG2LoSEwQ

Note the point where modules get coupled (e.g. PID gains and target variation rate) and there are competing ways to address the […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
Scenarios can be played/tinkered with independently from the benchmark 🔧 They are packaged in a separate library called "pink bench": https://github.com/stephane-caron/pink_bench
locoscaron.fosstodon.org.ap.brid.gy
I'm adding a test set of differential IK problems to qpbenchmark: https://github.com/qpsolvers/ik_qpbenchmark
locoscaron.fosstodon.org.ap.brid.gy
Dealing with stator magnetic saturation: https://jpieper.com/2020/07/31/dealing-with-stator-magnetic-saturation/ explains how the torque-current model in #moteus goes beyond the linear (low torque) regime. A typical great post from Josh Pieper's blog. Oftentimes actuators only model the linear […]
Original post on fosstodon.org
fosstodon.org
locoscaron.fosstodon.org.ap.brid.gy
Seen at Humanoids 2024: a new open-source quadruped called MEVIUS. Designed for going outdoors, it is built with T-motor actuators and sheet-metal welded parts that can be ordered on-line. Looking forward to more of those!