Platform-Driven Approaches for Robotics Development

Explore top LinkedIn content from expert professionals.

  • View profile for Yves Albers-Schoenberg

    Founder & CTO at Roboto AI

    4,755 followers

    𝗙𝗿𝗼𝗺 𝗥𝗢𝗦 𝘁𝗼 𝗟𝗲𝗥𝗼𝗯𝗼𝘁: 𝗛𝗼𝘄 𝗔𝗿𝗲 𝗧𝗲𝗮𝗺𝘀 𝗛𝗮𝗻𝗱𝗹𝗶𝗻𝗴 𝗩𝗟𝗔 𝗗𝗮𝘁𝗮 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀? Most real-world robotics systems are built on pub/sub architectures like #ROS. Sensors and estimators publish asynchronously and at different rates: • Cameras at ~30 Hz • Perception at ~10 Hz • State, control, and actions all run on their own clocks This decoupled design has powered robotics for decades. Vision-Language-Action models like NVIDIA Robotics GR00T and Physical Intelligence pi0 work differently. For both training and inference, they require synchronized, tensor-based data with aligned observations, states, and actions on a shared timeline. Hugging Face's #LeRobot has emerged as the community standard for representing this kind of training data. It is PyTorch-native, well documented, and increasingly supported across the ecosystem. The hard part is the bridge from asynchronous ROS topics to synchronized LeRobot episodes, without introducing bias or artifacts. At Roboto AI, we see a few common approaches in practice: 1) 𝗥𝗮𝘄 𝗥𝗢𝗦𝗯𝗮𝗴 𝗼𝗿 𝗠𝗖𝗔𝗣, 𝘁𝗵𝗲𝗻 𝗼𝗳𝗳𝗹𝗶𝗻𝗲 𝗰𝗼𝗻𝘃𝗲𝗿𝘀𝗶𝗼𝗻 𝘁𝗼 𝗟𝗲𝗥𝗼𝗯𝗼𝘁 ✔ Maximum data fidelity and the ability to reprocess later ✘ Timestamp handling, resampling, interpolation, and episode definition all need real care 2) 𝗢𝗻𝗹𝗶𝗻𝗲 𝘀𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝘄𝗶𝘁𝗵 𝗱𝗶𝗿𝗲𝗰𝘁 𝗟𝗲𝗥𝗼𝗯𝗼𝘁 𝘄𝗿𝗶𝘁𝗶𝗻𝗴 ✔ Training-ready data immediately ✘ Synchronization choices are locked in once data is recorded 3) 𝗛𝘆𝗯𝗿𝗶𝗱 𝗰𝗮𝗽𝘁𝘂𝗿𝗲 𝘂𝘀𝗶𝗻𝗴 𝗿𝗮𝘄 𝗯𝗮𝗴𝘀 𝗽𝗹𝘂𝘀 𝗮 𝘀𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗶𝘇𝗲𝗱 𝗱𝗮𝘁𝗮𝘀𝗲𝘁 ✔ Fast iteration with reproducibility ✘ Higher storage costs and more operational complexity 4) 𝗖𝘂𝘀𝘁𝗼𝗺, 𝗻𝗼𝗻-𝗥𝗢𝗦 𝗽𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀 ✔ Full control over data primitives ✘ You end up re-implementing large parts of the robotics stack The most common failure mode we see is train-inference skew between offline preprocessing and live data flow. This problem exists across ML, but it becomes especially critical when observations map directly to robot actions. Typical causes include: • Different resampling or alignment logic • Implicit lookahead during offline conversion • Episode boundaries that do not match deployment The result is strong offline metrics and disappointing real-world behavior. Despite the push toward end-to-end learning, most production robots will continue to rely on ROS-style pub/sub systems for the foreseeable future. That makes reproducible and auditable data curation the key link between robotics stacks and VLA training. At Roboto, we are actively building tooling to go from raw robotics data to ML-ready datasets. If you are working on VLA pipelines and have wrestled with this gap, I would love to compare notes.

  • View profile for Etienne Lacroix

    Founder & CEO at Vention

    13,046 followers

    Just came back from Germany meeting with one of our F500 clients, and their automation team gave me a clear picture of where the industry is heading. Their software developers and roboticists were coding in Berlin, while the final robot cell was being assembled and deployed in another country by a local team. They never touched the hardware, yet they fully defined the configuration, logic, and performance envelope of a robot cell they would never physically see. Why does this matter? Because it’s the operating model that will dominate automation in the next 3–5 years. You get the right people focused on the right work: - Software teams: Code the logic, optimize performance, test digitally, and push updates. - Mechanical assemblers and electricians: build, wire, and commission the physical cell on-site. You reduce project time. You reduce cost. And you dramatically expand the talent pool by matching skills to tasks instead of forcing every engineer to be a multidisciplinary expert. This separation of duties is only possible with Software-Defined Automation, where every component of the cell is fully software-described, and the complete program can be pushed from the cloud to the edge. To unlock this model, companies need to adopt a unified hardware and software automation platform like the one we pioneered at Vention. When the digital definition matches the physical reality, remote-first automation becomes a reality #SoftwareDefinedAutomation #PhysicalAI #IndustrialAutomation #Robotics

  • View profile for Sreedath Panat

    MIT PhD | IITM | 100K+ LinkedIn | Co-founder Vizuara & Videsh | Making AI accessible for all

    119,192 followers

    I have been working on setting up a complete pipeline for training Vision Language Action models inside NVIDIA Isaac Lab, and this has been quite an interesting system to build because it combines realistic physics simulation with modern robot learning in a very clean and scalable way, especially when deployed using tools like Brev and launchable GitHub repositories. The full flow now works end to end, where we generate training data inside the simulator, run the training loop, perform inference on the trained model, and finally record the agent behavior as an mp4 video, all within a controlled simulation environment, which makes experimentation much faster compared to real world trials. For context, NVIDIA Isaac Lab is a robotics simulation and learning framework built on top of Omniverse, where you get high fidelity physics, GPU accelerated simulation, and native support for reinforcement learning and imitation learning workflows, which means you can simulate robots, collect data, and train policies without worrying about hardware constraints in the early stages. This becomes especially useful when working with systems like a mecanum wheel based self driving platform such as Turbo Pi, where the dynamics are slightly more complex due to omnidirectional movement, and simulation helps you iterate much faster before deploying anything physically. In the current setup, the model we trained is a simple vision action model, but the next step is more interesting, where we move towards a mission language action model, which introduces a higher level abstraction by conditioning the policy not just on visual input but also on mission level intent. The model itself is intentionally kept lightweight at around 60,000 parameters, and relies primarily on a convolutional neural network based mission encoder, which makes it efficient enough for edge deployment scenarios. The training pipeline here is purely imitation learning based, where instead of manually collecting expert demonstrations, we define expert trajectories programmatically and then inject controlled noise into those trajectories to generate diverse training data in a headless manner, which removes the need for human driven data collection and makes the dataset generation process highly scalable. This kind of setup is particularly useful when you want to train multiple variations of policies or test robustness under slightly different conditions without manually re collecting data each time. What becomes clear when working with this stack is that Isaac Lab is not just a simulator but a full experimentation platform where you can go from defining robot physics, to generating data, to training models, to validating behavior, all in one place, and then eventually transfer those learned policies to real hardware systems like Turbo Pi with minimal changes in the pipeline. If you are interested in building vision-language-action models, check this out: https://vla.vizuara.ai/

  • View profile for Marc Theermann

    FMR Chief Strategy Officer and GTM Leader at Boston Dynamics (Creating and selling the world’s most capable mobile robots, embodied AI, and physical AI)

    69,879 followers

    Kyber Labs has showcased fully autonomous lab manipulation, complex tool usage, and multi-step task planning, all executed in a single uncut run without teleoperation. The key aspect to focus on is the approach taken. Instead of relying on end-to-end training using raw demonstrations, Kyber has developed manipulation primitives as modular building blocks. These are assembled in real time by a high-level agent, adapting based on context. This distinction is significant. While end-to-end systems can be impressive, they often lack robustness. In contrast, a primitive-based architecture offers interpretability, allowing observers to understand the robot's decisions and reasoning. This level of transparency is essential in critical environments like labs and manufacturing, where trust in automation for consequential tasks is paramount.

  • View profile for Supriya Rathi

    110k+ | India#1 World#10 Creator | Physical-AI | Podcast Host - SRX Robotics | Connecting founders, researchers, & markets | DM to post your research | DeepTech

    114,692 followers

    An open-source, community-driven AI desktop robot—a platform introduced by M5Stack that invites developers, students, and makers to build, modify, and experiment rather than simply use it. History shows that communities often accelerate technology faster than companies alone. Linux did it for operating systems. ROS did it for robotics software. Hugging Face did it for AI models. Now we're seeing the same philosophy extend into embodied AI. If we want millions of people building robots—not just using them—we'll need more platforms like this. Because the future of robotics won't just be shaped by the companies building robots. It will also be shaped by the communities building on top of them.

  • View profile for Ross Diankov

    Global CEO, Mujin

    2,643 followers

    Many legacy robot hardware providers are being forced to play catchup right now. Recent huge leaps in software capability are driving a shift from discrete software solutions to comprehensive software intelligence platforms. Here’s what they should do to survive the next few years. Hardware companies rose to dominance back when software was an accessory for hardware-defined systems. But the current wave of innovation in automation is defined by software, forcing hardware companies to invest millions or billions in software R&D to try to hold on to their dominant positions as automation suppliers. The problem with keeping R&D in house is that it’s hit or miss. You can spend huge amounts of money and still not see results. This is especially true of more mature companies with the obligation to continue servicing decades of deployed products, and no native expertise in the kind of software that has become so critical. There’s a better way to stay competitive. There are thousands of startups staffed with brilliant engineers who are developing software intelligence for robotics. One strategy is for these hardware companies to shortcut massive investments in bootstrapping software R&D in a desperate attempt to catch up, and instead focus on establishing broad partnerships across the startup ecosystem. This would do a few things: - It partially offloads the risk and burden of R&D and experimentation, at a fraction of the cost. It also ensures you’ve got the most brilliant minds on the planet solving your problem. - It provides much greater certainty around results. Working with multiple development partners gives you a broad base of R&D that multiplies your chance of being first to market with a key innovation. - Done right, it helps expand your customer base. Make yourself easy for your development partners to work with, and they’ll make you the hardware platform of choice. The future may be “hardware agnostic,” but that doesn’t mean there won’t be winners. The partnership approach has a key benefit to software-focused startups as well. Software moves and changes incredibly fast, but the companies that survive and win are going to be the ones that have a hardware footprint. Hardware is the new moat. Machine intelligence companies with strong relationships with hardware providers will be unbeatable.

  • View profile for NARENDER CHINTHAMU

    Founder & CEO, MahaaAi | AI-Native Robotics & Autonomous Systems | Agriculture, Eldercare & Smart Infrastructure | Patent-Backed Innovation | Human-Centered Automation | Global Growth & Government Partnerships

    5,011 followers

    The future of robotics will not be built robot-by-robot — it will be deployed like software MahaaAi Group of Companies The next bottleneck in robotics is not hardware — it’s training, deployment, and safe decision-making at scale. At MahaaAi, we are solving this with a governance-driven cognitive architecture + teleportable robotics SaaS model. The Industry Problem Today’s robotics systems face critical limitations: Hundreds of hours of training per environment Simulation-to-reality gaps Lack of decision boundaries between human intent and machine action Safety systems that are reactive, not built-in This makes scaling robotics slow, expensive, and risky. MahaaAi Architecture Solution We are building a Reality-Aware Cognitive Robotics Platform powered by: Scenario-Based Video Simulation Training Train once using real-world scenarios → deploy across environments Teleportable Robotics Intelligence (SaaS Model) AI capabilities are not tied to one robot They can be deployed, transferred, and scaled across fleets instantly Digital Twin + Physics-Aware Learning Simulate before execution Predict outcomes before real-world action Decision Boundary Framework Clear separation between: Human intent → AI reasoning → robotic execution Ensuring controlled autonomy Somavati Engine (Ethical Governance Layer) At the core, MahaaAi integrates the Somavati Engine™: Consent-based intelligence Context-aware behavioral limits No harmful or uncontrolled autonomy Every action is: Explainable. Traceable. Auditable. Business Impact MahaaAi enables: Reduction in training time from months → minutes Faster deployment across industries (agriculture, eldercare, industrial) Safer autonomous systems aligned with human oversight Scalable robotics through platform-based intelligence This is not just robotics. This is a shift from hardware-centric automation → intelligence-driven platforms. We are actively collaborating with global partners, enterprises, and investors to bring teleportable robotics intelligence into real-world deployment. The future of robotics will not be built robot-by-robot — it will be deployed like software. #MahaaAi #Robotics #AIPlatform #DigitalTwin #AutonomousSystems #EthicalAI #DeepTech #SaaS #AIForHumanity

Explore categories