turtlebot4_simulator
TurtleBot 4 Simulator packages
File Explorer
- 0-troubleshooting-redirect.yml
- 1-bug.yml
- 2-feature.yml
- config.yml
- ci.yml
- CODEOWNERS
- PULL_REQUEST_TEMPLATE.md
- turtlebot4_node.yaml
- gui.config
- gui.config
- ros_gz_bridge.launch.py
- sim.launch.py
- turtlebot4_gz.launch.py
- turtlebot4_nodes.launch.py
- turtlebot4_spawn.launch.py
- depot.sdf
- maze.sdf
- warehouse.sdf
- CHANGELOG.rst
- CMakeLists.txt
- package.xml
- README.md
- One Dot.png
- Power.png
- Two Dots.png
- CMakeLists.txt
- Turtlebot4Hmi.cc
- Turtlebot4Hmi.config
- Turtlebot4Hmi.hh
- Turtlebot4Hmi.qml
- Turtlebot4Hmi.qrc
- CHANGELOG.rst
- CMakeLists.txt
- package.xml
- README.md
- hmi_node.hpp
- hmi_main.cpp
- hmi_node.cpp
- CHANGELOG.rst
- CMakeLists.txt
- package.xml
- CHANGELOG.rst
- CMakeLists.txt
- package.xml
- .gitignore
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
lsb_release
View Details ▼
lsb_release
Get LSB (Linux Standard Base) and distribution-specific information.
lsb_release {{[-a|--all]}}
Print all available information:
lsb_release {{[-d|--description]}}
Print a description (usually the full name) of the operating system:
lsb_release {{[-is|--id --short]}}
Print only the operating system name (ID), in short format (omitting the field name):
