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

572 B

OdometryPosition

<modelec_interface/srv/odometry_position.hpp>

Objectif

Récuperer la position du robot à partir de l'odométrie.

Interface

---
int64 x
int64 y
int64 theta

Params

Type Name Description

Retour

Type Name Description
int64 x position selon l'axe x (mm)
int64 y position selon l'axe x (mm)
int64 theta angle selon l'axe x (rad)

Utilisé par