Try โ€‚โ€‰HackMD
tags: ROS2 ROS Development

Useful tools for ROS and ROS2

LICENSE
LICENSE

This project is about setting operating environment for ROS/ROS2 on specific SBC/platforms quickly.

SBC/platform Test status
Raspberry pi 4B โ˜‘
Jetson Nano Developer Kit โ˜‘
reComputer-J1010 โ˜‘
Adlink I-Pi SMARC Kit โ˜‘

And now can install tools below:

Tools Content
Framwork ROS, ROS2
IDE VSCode

Download this project

Make sure the tool "git" in the SBC user use, please type the command below to install git:

$ sudo apt install git

After installing git, use can type the command below to download this project:

$ mkdir -p ~/src $ git clone https://github.com/kjoelovelife/ros2_development_tools ~/src

Usage

First time use this procject, user can type the command below in terminal:

$ ./install.sh -h

Ask for help

The default option is "-a" that means user can install automatically with the scripts. Use the command below to install automatically:

$ ./install.sh

The image shown below represent all things in this project had installed.

Run install automatically

Next

Please feel free to check the project: ROSKY2

Or if user want to add new tools in this project, please don't hesitate to contact me :)