TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

NASA JPL open-sourced ROSA, an AI agent for robot development and operations

2 点作者 robroyce9 个月前

1 comment

robroyce9 个月前
Hey HN,<p>I&#x27;m a Data Scientist, Software Engineer, and Robotics Integration Lead at NASA Jet Propulsion Laboratory. Over the past year, our team has been working on the development of an AI agent that is fluent in ROS and can be used by developers of all skill levels.<p>ROSA (ROS Agent) is augmented with all manner of tools, including ROS1 and ROS2 tools, math tools, and more. It can also be adapted to new robots with unique capabilities by simply augmenting the core agent with new tools and system prompts. (see Developer Docs and Custom Agents on our GH Wiki).<p>Simply type in your query and ROSA will use its tools to satisfy the query. Some example queries include:<p>- &quot;Show me a list of topics that have publishers but no subscribers.&quot; - &quot;Set the `&#x2F;velocity` param to `1.5` - &quot;Echo the `&#x2F;robot&#x2F;status` topic&quot;<p>Additionally, we added a quick and easy way to demo the agents capabilities by creating a custom agent for the TurtleSim bot. This agent serves as both an easy-to-use demo (in Docker), and as a how-to guide for creating your own custom agents.<p>As for the practical benefits of ROSA: we did several evaluations in which we asked human experts the same questions we asked of ROSA. For instance, &quot;give me a list of &#x27;status&#x27; topics, along with the message type, publishers, and subscribers, in a table format.&quot; The results were stunning, with cost savings anywhere between 5000% to 25,000%.<p>In the future, we plan to release agents for JPL&#x27;s Open Source Rover and Boston Dynamics Spot robot, to name a few.<p>We would love to get your opinions and we are open to contributions from the community!<p>Check out the ROSA project on Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;nasa-jpl&#x2F;rosa">https:&#x2F;&#x2F;github.com&#x2F;nasa-jpl&#x2F;rosa</a><p>You can also follow me on X &#x2F; Twitter (@RobRoyce_) for updates, release schedule, and more!