News

Microsoft Takes On the Robots

Microsoft’s Robotics Studio group seeks to simplify robotic apps.

Developing applications for robotic systems is one of the most challenging tasks a coder can face. The hardware is fragmented and diverse, the system software is uniquely complex, and the available development tools have left much to be desired.

Not much can be done about the first two problems, at least in the short term, but Microsoft is convinced that tools being developed in its nascent Robotics Studio group will soon eliminate the third. The Redmond-based software giant has developed a programming model that it will support for those developing software for robotics-based systems and applications.

"The programming model was actually born and bred to deal with the complexities of writing software that can run across many different processors at the same time," says Tandy Trower, general manager of Microsoft's Robotics Studio group, speaking to RDN after giving a keynote address at last month's RoboDevelopment Confernece and Expo, held in San Jose, Calif.

Trower says the programming model was developed in Microsoft's two-year-old Robotics Studio group, though the platform's core software actually started incubation about five years earlier. "It was quite robust by the time I picked it up," he says. "It had gone through a number of cycles of development and design, but it hadn't yet been issued outside of Microsoft."

The Robotics Studio
Microsoft's Robotics Studio is a Windows-based environment designed to simplify the development of robotic applications. It comprises a runtime engine, a set of authoring tools, and services and samples designed to help get coders started.

At the core of the runtime is something Microsoft calls the Concurrency and Coordination Runtime (CCR), a lightweight port-based concurrency library for C# 2.0 originally developed by George Chrysanthakopoulos in Microsoft's Advanced Strategies group.

Craig Mundie, Microsoft's chief strategy and research officer, was working on it in before Trower went forward with the robotics initiative, Trower says.

"At the time, [Mundie] didn't see it as something that applied to robotics, but we talked about the challenges that robotic developers face. He said, 'You know, this is a good example of some of the challenges that all developers are facing in multithreaded and distributed computing environments,'" Trower recounts.

The CCR has begun attracting attention outside the robotics community, Trower says. Financial services companies with complex trading systems and organizations that need to model large data sets (weather, seismic activity) have shown some interest. The technology is currently being used to build sensor networks and in-home automation applications. And the online social network MySpace manages its entire server farm using the CCR, Trower says.

A New Breed of Machine
But Microsoft believes a significant robotics market, driven by a new breed of machine, is poised to burst into the consumer market, Trower says. Currently, most of the world's robots are isolated from humans, performing a range of industrial tasks in factories, manufacturing plants and pharmaceutical facilities. But a veritable race of domestic, multipurpose robots designed to be integrated into homes, provide assistance to the elderly and generally interact with humans are right around the corner, he says.

"No matter where you go in the world today, you're going to find robotics research going on," Trower says. Those researchers are finding that robots are as much about sophisticated software as they are about electronics and mechanical engineering. What's missing from the market is a breakthrough application-which, Trower hastens to advise, shouldn't be called a "killer app."

"In the context of robots, we never use that term," he says. "I think you can see why."

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube