TurtleBot 4 Packages
The TurtleBot 4 has 4 main repositories for software:
,
. Each repository is also a
and
contains one or more ROS2 packages.
TurtleBot 4
The
turtlebot4
repository contains common packages that are used by both
turtlebot4_robot
and
turtlebot4_simulator
.
Installation
Source code is available
.
Note
The
turtlebot4
packages are automatically installed when either of
turtlebot4_robot
or
turtlebot4_simulator
is installed.
Debian installation
Individual packages can be installed through apt:
sudo
apt update
sudo
apt
install
ros-galactic-turtlebot4-description
\
ros-galactic-turtlebot4-msgs
\
ros-galactic-turtlebot4-navigation
\
ros-galactic-turtlebot4-node
Source installation
To manually install this metapackage from source, clone the git repository:
cd
~/turtlebot4_ws/src
git clone https://github.com/turtlebot/turtlebot4.git
Install dependencies:
cd
~/turtlebot4_ws
vcs import src < src/turtlebot4/dependencies.repos
rosdep
install
--from-path src -yi
Summary of Contents for TurtleBot 4 Lite
Page 50: ...Running the Light Ring test...
Page 61: ...Adding Displays in Rviz2...
Page 63: ...Camera image displayed in Rviz2...
Page 82: ...TurtleBot 4 Lite with a NED2 arm...
Page 147: ...Color camera diagnostics...