Skip to main content
Glama
Dockerfile.turtlesim522 B
# ROS2 Humble with Turtlesim FROM osrf/ros:humble-desktop ENV ROS_DISTRO=humble SHELL ["/bin/bash", "-c"] # Install turtlesim and rosbridge packages RUN apt-get update && apt-get install -y \ ros-humble-turtlesim \ ros-humble-rosbridge-suite \ && rm -rf /var/lib/apt/lists/* # Auto-source ROS environment in container shell RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc # Set working directory WORKDIR /ros2_ws # Default command to keep container running CMD ["/bin/bash"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robotmcp/ros-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server