轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
micro-ros-olimex-nuttx

microros/micro-ros-olimex-nuttx

microros

Micro-ROS examples ready to flash to an Olimex-stm32-e407 (unmaintained)

1 次收藏下载次数: 0状态:社区镜像维护者:microros仓库类型:镜像最近更新:5 年前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。
点击查看

micro-ROS Dockers

This repository contains Docker-related material aimed at setting up, configuring and developing a https://microros.github.io/-based application.

This set of Dockerfiles provides ready-to-use environments to easily execute micro-ROS examples in your host machine, as well as to use the standalone https://github.com/micro-ROS/micro_ros_setup. In addition, two images are provided that allow using micro-ROS as an external library, both in https://github.com/micro-ROS/micro_ros_espidf_component/tree/foxy/docker and within https://github.com/micro-ROS/micro_ros_arduino/tree/foxy/extras/library_generation.

The Docker images can be found at https://hub.docker.com/u/microros.

The available images are listed below:

ImageDescriptionStatus
baseBase image with a ROS 2 Foxy installation + micro-ROS specific build system tools. Used as base of any other micro-ROS imagehttps://img.shields.io/docker/cloud/automated/microros/base.svg?logo=docker](https://hub.docker.com/r/microros/base/)https://img.shields.io/docker/cloud/build/microros/base.svg?logo=docker](https://hub.docker.com/r/microros/base/)https://images.microbadger.com/badges/image/microros/base.svg](https://microbadger.com/images/microros/base)
micro-ros-agentImage containing a pre-compiled micro-ROS-Agent, ready to use as a standalone applicationhttps://img.shields.io/docker/cloud/automated/microros/micro-ros-agent.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-agent/)https://img.shields.io/docker/cloud/build/microros/micro-ros-agent.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-agent/)https://images.microbadger.com/badges/image/microros/micro-ros-agent.svg](https://microbadger.com/images/microros/micro-ros-agent)
micro-ros-demosContains pre-compiled micro-ROS demo applications, ready to use to get a taste of micro-ROS capabilitieshttps://img.shields.io/docker/cloud/automated/microros/micro-ros-demos.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-demos/)https://img.shields.io/docker/cloud/build/microros/micro-ros-demos.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-demos/)https://images.microbadger.com/badges/image/microros/micro-ros-demos.svg](https://microbadger.com/images/microros/micro-ros-demos)
micro-ros-olimex-nuttxContains a ready to flash example for Olimex STM32 E407https://img.shields.io/docker/cloud/automated/microros/micro-ros-olimex-nuttx.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-olimex-nuttx/)https://img.shields.io/docker/cloud/build/microros/micro-ros-olimex-nuttx.svg?logo=docker](https://hub.docker.com/r/microros/micro-ros-olimex-nuttx/)https://images.microbadger.com/badges/image/microros/micro-ros-olimex-nuttx.svg](https://microbadger.com/images/microros/micro-ros-olimex-nuttx)
micro_ros_arduino_builderAllows to use a pre-compiled micro-ROS library to develop applications using Arduino IDEhttps://img.shields.io/docker/cloud/automated/microros/micro_ros_arduino_builder.svg?logo=docker](https://hub.docker.com/r/microros/micro_ros_arduino_builder/)https://img.shields.io/docker/cloud/build/microros/micro_ros_arduino_builder.svg?logo=docker](https://hub.docker.com/r/microros/micro_ros_arduino_builder/)https://images.microbadger.com/badges/image/microros/micro_ros_arduino_builder.svg](https://microbadger.com/images/microros/micro_ros_arduino_builder)
esp-idf-microrosAllows to use micro-ROS as a component of the ESP-IDF build systemhttps://img.shields.io/docker/cloud/automated/microros/esp-idf-microros.svg?logo=docker](https://hub.docker.com/r/microros/esp-idf-microros/)https://img.shields.io/docker/cloud/build/microros/esp-idf-microros.svg?logo=docker](https://hub.docker.com/r/microros/esp-idf-microros/)https://images.microbadger.com/badges/image/microros/esp-idf-microros.svg](https://microbadger.com/images/microros/esp-idf-microros)

![]([***]

Pre-requisites

You need to have Docker in your system. For installing Docker, refer to the official documentation at https://www.docker.com/.

Usage

To get an image, use the docker pull command:

  • e.g. docker pull microros/base

You can select the preferred tag by appending :tag to the image name

  • e.g. docker pull microros/base:foxy

Once you have the image locally, type docker run to start it. It is not mandatory, although usually useful, to launch your containers using the --rm and --net=host flags:

  • e.g. docker run -it --rm --net=host microros/micro-ros-agent:foxy

--rm makes sure that the docker image will be removed after exiting. --net=host provides the container with the same network access as the host. -it allocates a pseudo-TTY for you and keeps stdin listening. Another used command is -v to map local files with docker container ones. -v is useful in case you may want to flash boards from within a Docker container.

base image

It is the base for the rest of the containers. It contains the necessary micro-ROS setup tools and dependencies. From this image, you can start any development targeting micro-ROS.

micro-ros-agent

This image is meant to be used as a stand-alone application. It includes the installation of the ROS 2 version selected by the tag selected, together with a micro-ROS Agent. The entry point of this image is directly the micro-ROS Agent, so upon execution of docker run you will be facing the micro-ROS Agent command line input. Running:

  • e.g. docker run -it --net=host microros/micro-ros-agent:foxy udp4 -p 9999

will start a micro-ROS Agent listening to UDP messages on port 9999.

micro-ros-demos

micro-ros-demos is one of the example images. With this image, you can launch example applications using micro-ROS (compiled for Linux machines). This image entry point has a ROS 2 environment set up with micro-ROS examples. You can run regular ROS 2 tools to launch the examples.

  • eg: docker run -it --net=host microros/micro-ros-demos bash

The currently available examples are listed https://github.com/micro-ROS/micro-ROS-demos/rclc.

micro-ros-olimex-nuttx (unmaintained)

This image provides you with a ready-to-flash firmware for Olimex-STM32-E407 boards with demos included. To be able to flash, you need to map your devices to the Docker container as follows:

  • e.g. docker run -it --privileged -v /dev/bus/usb:/dev/bus/usb microros/micro-ros-olimex-nuttx:foxy

Once inside the container, you can flash the board by running scripts/flash.sh from the firmware/NuttX directory.

There you can find a publisher and a subscriber examples. Both examples use serial transport to communicate with a micro-ROS Agent, so you should start an Agent with the same transport (You can use the micro-ros-agent image to do so). Once a Client-Agent communication is established you can use ROS 2 tools to view the publications from the Olimex or to publish messages to it.

micro_ros_arduino_builder

The micro_ros_arduino_builder docker image provides you with a set of include files and pre-compiled micro-ROS libraries to develop your micro-ROS application within the Arduino IDE environment. To be able to use it, use the following command to instantiate a container of this image:

  • e.g. docker run -it -v $(pwd):/arduino_project --net=host microros/micro_ros_arduino_builder:foxy.

Note that folders added to extras/library_generation/extra_packages and entries added to extras/library_generation/extra_packages/extra_packages.repos will be taken into account by this build system.

esp-idf-microros

This Docker image allows you to use micro-ROS as a component of the ESP-IDF build system.

To use it:

  • e.g. docker run -it --user espidf --volume="/etc/timezone:/etc/timezone:ro" -v $(pwd):/micro_ros_espidf_component -v /dev:/dev --privileged --workdir /micro_ros_espidf_component microros/esp-idf-microros:latest /bin/bash"

Then, you can navigate to your example aplications and build it using the ESP IDF buildtool system script, idf.py menuconfig/build/flash/monitor.

Automated builds

These Dockerfiles are used for automatically creating images on Docker Hub. These builds are tagged with the ROS 2 version they will be compatible with: e.g. dashing, foxy... The latest tag will always correspond to the latest release of ROS 2.

These automatic builds have a direct relationship with the content of the micro-ROS repositories:

ImageTriggers
basehttps://github.com/micro-ROS/micro-ROS-build
micro-ros-agenthttps://github.com/micro-ROS/micro-ROS-Agent
https://github.com/eProsima/Micro-XRCE-DDS-Agent
micro-ros-demoshttps://github.com/micro-ROS/micro-ROS-demos
micro_ros_arduino_builderhttps://github.com/micro-ROS/micro_ros_arduino
esp-idf-microroshttps://github.com/micro-ROS/micro_ros_espidf_component

Apart from GitHub repositories changes, a build can be triggered whenever the base image is updated on Docker Hub. Base images are specified with the FROM: directive in the Dockerfile.

Purpose of the Project

This software is not ready for production use. It has neither been developed nor tested for a specific use case. However, the license conditions of the applicable Open Source licenses allow you to adapt the software to your needs. Before using it in a safety relevant setting, make sure that the software fulfills your requirements and adjust it according to any applicable safety standards, e.g., ISO 26262.

License

This repository is open-sourced under the Apache-2.0 license. See the LICENSE file for details.

For a list of other open-source components included in this repository, see the file 3rd-party-licenses.txt.

Known Issues/Limitations

There are no known limitations.

If you find issues, https://github.com/micro-ROS/micro_ros_setup/issues.

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 micro-ros-olimex-nuttx 镜像标签

docker pull docker.xuanyuan.run/microros/micro-ros-olimex-nuttx:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull microros/micro-ros-olimex-nuttx:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
microros/micro-ros-olimex-nuttx
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 micro-ros-olimex-nuttx 镜像推荐

px4io/px4-dev-nuttx-focal logo

px4io/px4-dev-nuttx-focal

px4io
暂无描述
2 次收藏100万+ 次下载
2 年前更新
px4io/px4-dev-nuttx logo

px4io/px4-dev-nuttx

px4io
包含PX4工具链和SITL仿真支持的开发容器,提供带ROS和不带ROS的版本,用于PX4固件的开发与仿真。
4 次收藏50万+ 次下载
6 年前更新
microcks/microcks logo

microcks/microcks

microcks
Microcks主要组件的容器镜像,提供UI和API。
5 次收藏50万+ 次下载
1 天前更新
px4io/px4-dev-nuttx-bionic logo

px4io/px4-dev-nuttx-bionic

px4io
暂无描述
10万+ 次下载
2 年前更新
microcks/microcks-postman-runtime logo

microcks/microcks-postman-runtime

microcks
Microcks用于运行测试的Postman包装器容器镜像,支持执行Postman Collections中的测试用例。
1 次收藏10万+ 次下载
2 个月前更新
microcks/microcks-uber logo

microcks/microcks-uber

microcks
Microcks主组件的一体化镜像,集成UI和API服务,提供完整功能,支持快速部署和使用。
2 次收藏5万+ 次下载
1 天前更新

查看更多 micro-ros-olimex-nuttx 相关镜像