You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
709 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Пакет для ROS2-драйвера робота
Реализация драйвера для запуска на реальном роботе. Наследует интерфейс robot_controller, общий у реального и модельного робота.
## Установка
Копировать правила разрешений на чтение и запись в порт
```sh
sudo cp 99-waverover.rules /etc/udev/rules.d/99-waverover.rules
```
## Запуск docker-образа на Raspberry Pi:
1) установить docker;
2) загрузить образ:
docker pull ros:jazzy-ros-core
3) запустить образ:
docker run -it --rm ros:jazzy-ros-core