MobiSyst ROS2 Workspace - Documentation
Curent version: Ubuntu-22.install04 LTS / ROS2 iron
mb6-space regroups elements for playing with the mobile robots of IMT Nord Europe. It is the master project on the top off sub-projects, dedicated to robots platform, software modules or scenario applications.
It does not include code but mostly documentation and command tools.
Install
You can first clone the mb6-space repo, and configure your shell...
pip install toml toml-cli
git clone https://github.com/imt-mobisyst/mb6-space.git
cd mb6-space
./bin/set-mb6-bashrc
source ./bin/run-commands.bash
Then, you will mainlly need ROS2.
You can rely on install section in the navigation bar to get specific instruction depending on the targeted machine.
On a x86 machine you also can get help from the communty: official website - french community
Some install script for classical install:
- install-ros - setup
apt
to target offical ROS repo and install ros minimal elements - install-gazebo - install ROS-Gazebo
- install-realsense - install dev. environement: RealSense
Otherwize, you can go through the manual instructions or execute the appropriate install scrips in bin directory:
Get started.
ROS2
works with several environement variables.
You can change the variables easily by editing your ./config.toml
and source again the ./bin/run-commands.bash
.
gedit ./config.toml
sources ./bin/run-commands.bash
One simple example for ros package to install is pkg-basic
defining basic functionalities.
To notice that most of our packages come with an install script for dependencies.
so:
git clone https://github.com/imt-mobisyst/pkg-basic.git
./pkg-basic/bin/install
colcon build
sources ./bin/run-commands.bash
ros2 launch basic_node parasit_launch.yaml
The same install instructions can be applied to most of the MobiSyst ROS2 packages.