diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index db444ffdf..15e0fd5db 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ # To fully customize the contents of this image, use the following Dockerfile instead: # https://github.com/microsoft/vscode-dev-containers/tree/v0.106.0/containers/ubuntu-18.04-git/.devcontainer/Dockerfile -FROM mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-18.04 +FROM ubuntu:20.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ diff --git a/_docs/overview/ROS_2_feature_comparison/index.md b/_docs/overview/ROS_2_feature_comparison/index.md index 95d1022a7..4b1d74f2f 100644 --- a/_docs/overview/ROS_2_feature_comparison/index.md +++ b/_docs/overview/ROS_2_feature_comparison/index.md @@ -28,7 +28,7 @@ Comparison of micro-ROS features with ROS 2 features. The following list has bee | Publish/subscribe over topics | ✓ | Available, but only fixed-size message types supported to avoid dynamic memory allocations. | | Clients and services | ✓ | Available, but only fixed-size message types supported to avoid dynamic memory allocations. | | ROS 1 -- ROS 2 communication bridge | ✓ | Standard ROS 1 -- ROS 2 bridge or [SOSS-mediate bridge](https://soss.docs.eprosima.com/en/latest/getting_started.html#example-ros1-ros2-communication) can be used via micro-ROS Agent to communicate with micro-ROS nodes. | -| Actions | ∘ | *To be implemented soon in rclc.* | +| Actions | ✓ | Available at RCLC level. | | Parameters | ✓∘ | Parameter server is implemented in micro-ROS Client. Parameter client is not available yet. | | Node Graph | ✓ | Available as in ROS 2. | | Discovery | ✓+ | Discovery between entities available as in ROS 2. Further discovery mechanism available for the Clients to discover Agents on the network. | diff --git a/_docs/overview/ext_tools/index.md b/_docs/overview/ext_tools/index.md index 907b1676a..b853885bb 100644 --- a/_docs/overview/ext_tools/index.md +++ b/_docs/overview/ext_tools/index.md @@ -36,6 +36,16 @@ The configuration of the generated micro-ROS libraries is based on a `colcon.met The modules that exist up to date for integrating into external build systems are the following: +### **Vulcanexus micro-ROS element** + +
The primary repository is micro_ros_setup, which provides command line scripts for creating your first micro-ROS application.
Dockers available for Foxy, Galactic and Humble at eProsima download website.
+micro-ROS represents one of four exclusive elements of Vulcanexus, the all-in-one ROS 2 tool set. Vulcanexus offers free Dockers for Galactic and Humble.
Developed an new feature or found a bug? We answer both Github pull requests and issues.