icclab / rosdocked-irlab

Run our ROS noetic environment including the workspace and projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rosdocked-irlab

A docker container with some of the robotic simulations from the cloud robotics initiative @ ICCLab

TL;DR

Run our ROS humble environment including the workspace and projects on Ubuntu (porting to ROS2 still ongoing)

cd WORKSPACE
./run_cpu_xserver.sh

A container (robopaas/rosdocked-humble-cpu:latest) will be pulled and started.

You can try our projects within it, e.g., to run the robot navigation project:

ros2 launch icclab_summit_xl summit_xl_simulation.launch.py
ros2 launch icclab_summit_xl summit_xl_nav2.launch.py rviz:=true

About

Run our ROS noetic environment including the workspace and projects


Languages

Language:Dockerfile 34.9%Language:Python 31.6%Language:Shell 23.8%Language:CMake 5.5%Language:C++ 4.3%