Skip to content
Snippets Groups Projects
Commit f8ab2c59 authored by Compiler bot's avatar Compiler bot
Browse files

ci/Compilation of messages-schemas/e8dc3ddc7969f30f626a174b4ff750dab4d6d355

parent eb1b26f8
No related branches found
No related tags found
No related merge requests found
# Generated by the protocol buffer compiler. DO NOT EDIT!
# sources: msg_mccd_order.proto
# plugin: python-betterproto
from dataclasses import dataclass
import betterproto
@dataclass
class Point2D(betterproto.Message):
x: float = betterproto.float_field(1)
y: float = betterproto.float_field(2)
@dataclass
class OdomMessage(betterproto.Message):
"""* Robot odometry message"""
# * Linear speed in meters/sec of the robot center point
linear_speed: float = betterproto.float_field(4)
# * Angular speed in radians/sec of the robot center point
angular_speed: float = betterproto.float_field(5)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment