Files
Documentations/Writerside/topics/OdometrySpeed-Service-Interface.md
acki 2c7fa8fb3d doc ros v0.2.0
changelist :
- Odometry Interface
2025-04-07 17:37:50 -04:00

30 lines
644 B
Markdown

# OdometrySpeed
`<modelec_interface/srv/odometry_speed.hpp>`
## Objectif
Récuperer la vitesse du robot à partir de l'odométrie.
## Interface
```cpp
---
int64 x
int64 y
int64 theta
```
## Params
| Type | Name | Description |
|------|------|-------------|
| | | |
## Retour
| Type | Name | Description |
|-------|-------|---------------------------------------------|
| int64 | x | vitesse selon l'axe x (mm^2) |
| int64 | y | vitesse selon l'axe x (mm^2) |
| int64 | theta | vitesse angulaire autour de l'axe z (rad^2) |
## Utilisé par
-