Firmware: Add RobotCommandPacket.hpp
This commit is contained in:
18
Firmware/OmniBot_RC/Application/RobotCommandPacket.hpp
Normal file
18
Firmware/OmniBot_RC/Application/RobotCommandPacket.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* RobotCommandPacket.hpp
|
||||
*
|
||||
* Created on: Jul 6, 2025
|
||||
* Author: Gabriel
|
||||
*/
|
||||
|
||||
#ifndef ROBOTCOMMANDPACKET_HPP_
|
||||
#define ROBOTCOMMANDPACKET_HPP_
|
||||
|
||||
class RobotCommandPacket {
|
||||
public:
|
||||
float tangentSpeed;
|
||||
float normalSpeed;
|
||||
float angularSpeed;
|
||||
};
|
||||
|
||||
#endif /* ROBOTCOMMANDPACKET_HPP_ */
|
||||
Reference in New Issue
Block a user