ADDED: naive control implementation from RO2 for a robot roller motor

This commit is contained in:
vanyabeat 2024-05-24 10:57:24 +00:00 committed by Igor Brylyov
parent e876d7e56c
commit 36253b1db5
24 changed files with 819 additions and 100 deletions

View file

@ -0,0 +1,24 @@
# ROS 2 пакеты для управления двигателем
## Пререквизиты
- ROS 2 Humble
## Сборка и запуск ROS2 пакета
```bash
colcon build --symlink-install
```
```bash
source install/setup.bash
```
```bash
ros2 launch rbs_servo_test startup.launch.py
```
Посмотреть состояние топиков:
```bash
ros2 topic echo /joint_states
```