百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

ros2_nanollm

> 编程语言
开源

用于 LLM、VLM、VLA 的 ROS2 节点

196 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于 LLM、VLM、VLA 的 ROS2 节点

ros2_nanollm

ROS2 nodes for LLM, VLM, VLA

NanoLLM optimizes many different models to run on the NVIDIA Jetson Orin. This project provides a ROS 2 package for scene description using NanoLLM.

Setup

  1. Run through these setup steps to get your Docker engine configured.
  2. Set up your ROS development environment by following the instructions here.
  3. Install the NanoLLM Docker Container by following the installation instructions here.

Dev Mode

By default, the ros2_nanollm package is built into the container and installed under /ros2_workspace (which is an environment automatically sourced on container startup). But if you would like to edit this package interactively, you can do so by cloning it to an external workspace on your host device, and then mounting that workspace overlaid on the original location.

…

Usage

jetson-containers run $(autotag nano_llm:humble) /
    ros2 launch ros2_nanollm camera_input_example.launch.py /
        model:= api:= quantization:=

ROS Parameters

ROS Parameter Type Default Description
model string Efficient-Large-Model/Llama-3-VILA1.5-8B The model to use
api string mlc The model backend to use
quantization string q4f16_ft Quantization method to use

Topics Subscribed

ROS Topic Interface Description
input_image sensor_msgs/Image The image on which analysis is to be performed
input_query std_msgs/String A prompt for the model to generate a corresponding response

Topics Published

ROS Topic Interface Description
output_msg std_msgs/String The output message summarizing the model's conclusions from the inputs

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言