mirror of
https://github.com/modelec/Documentations.git
synced 2026-01-18 16:37:30 +01:00
538 B
538 B
OdometryGetPid
<modelec_interface/srv/odometry_get_pid.hpp>
Objectif
Récupérer les paramètres PID de l'odométrie.
Interface
---
float32 p
float32 i
float32 d
Params
| Type | Name | Description |
|---|---|---|
Retour
| Type | Name | Description |
|---|---|---|
| float32 | p | valeur du paramètre P |
| float32 | i | valeur du paramètre I |
| float32 | d | valeur du paramètre D |