All Projects → RocShi → rostaller

RocShi / rostaller

Licence: MIT license
Make it easy for you to install ROS 1 (indigo, kinetic, melodic and noetic) and ROS 2 (galactic) on corresponding ubuntu distributions automatically in just 4 steps.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to rostaller

dynamixel control
ros2_control packages for ROBOTIS Dynamixel
Stars: ✭ 69 (-32.35%)
Mutual labels:  ros2
ros-docker-gui
ROS Docker Containers with X11 (GUI) support [Linux]
Stars: ✭ 137 (+34.31%)
Mutual labels:  ros2
docker
Docker-related material to setup, configure and develop with micro-ROS hardware.
Stars: ✭ 32 (-68.63%)
Mutual labels:  ros2
iknet
Inverse kinematics estimation of ROBOTIS Open Manipulator X with neural networks
Stars: ✭ 27 (-73.53%)
Mutual labels:  ros2
ros msft camera
This ROS node uses Windows Media Foundation's frame server to efficiently process camera frames.
Stars: ✭ 17 (-83.33%)
Mutual labels:  ros2
Micro-XRCE-DDS-Agent
Micro XRCE-DDS Agent respository
Stars: ✭ 58 (-43.14%)
Mutual labels:  ros2
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1739.22%)
Mutual labels:  ros2
rmw email
ROS 2 over email: a middleware implementation
Stars: ✭ 40 (-60.78%)
Mutual labels:  ros2
Nindamani-the-weed-removal-robot
Nindamani, the AI based mechanically weed removal robot
Stars: ✭ 73 (-28.43%)
Mutual labels:  ros2
slam gmapping
Slam Gmapping for ROS2
Stars: ✭ 56 (-45.1%)
Mutual labels:  ros2
vscode ros2 workspace
A template for using VSCode as an IDE for ROS2 development.
Stars: ✭ 527 (+416.67%)
Mutual labels:  ros2
isaac ros dnn inference
Hardware-accelerated DNN model inference ROS2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU
Stars: ✭ 67 (-34.31%)
Mutual labels:  ros2
transport drivers
A set of ROS2 drivers for transport-layer protocols.
Stars: ✭ 41 (-59.8%)
Mutual labels:  ros2
DDS-Router
The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks.
Stars: ✭ 34 (-66.67%)
Mutual labels:  ros2
pcl localization ros2
ROS2 package of 3D LIDAR-based Localization using PCL (Not SLAM)
Stars: ✭ 74 (-27.45%)
Mutual labels:  ros2
li slam ros2
ROS2 package of tightly-coupled lidar inertial ndt/gicp slam
Stars: ✭ 160 (+56.86%)
Mutual labels:  ros2
kvaser interface
A Kvaser CAN interface ROS abstraction layer.
Stars: ✭ 72 (-29.41%)
Mutual labels:  ros2
zenoh-c
zenoh client library written in C and targeting micro-controllers.
Stars: ✭ 28 (-72.55%)
Mutual labels:  ros2
rclrust
Yet another ROS2 Rust client
Stars: ✭ 42 (-58.82%)
Mutual labels:  ros2
orca3
ROS2 AUV based on the BlueRobotics BlueROV2 and Navigation2
Stars: ✭ 43 (-57.84%)
Mutual labels:  ros2

1 特性

用于在 Linux Ubuntu 环境中一键安装 ROS 1 和 ROS 2。通过 rosdistro 库的最新版本(使用 wget 获取)或本地内置版本自动处理安装 ROS 1 时存在的 rosdep initrosdep update 失败的问题(域名污染),无需繁琐设置。

  • 支持版本:

    ROS 1

    • Ubuntu 14.04(Trusty) + ROS 1 Indigo
    • Ubuntu 16.04(Xenial) + ROS 1 Kinetic
    • Ubuntu 18.04(Bionic) + ROS 1 Melodic
    • Ubuntu 20.04(Focal) + ROS 1 Noetic

    ROS 2

    • Ubuntu 20.04(Focal) + ROS 2 Galactic
  • 执行过程同时输出至终端及 log 文件

  • 若连接 Key 服务器失败,请多尝试几次

  • 变更历史请参考 CHANGELOG

2 用法

2.1 克隆仓库

git clone https://github.com/RocShi/rostaller.git

2.2 进入仓库目录

cd rostaller

2.3 为脚本添加可执行权限

chmod +x ./run.sh

2.4 运行脚本

./run.sh

Enjoy ROS!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].