This commit is contained in:
hara 2024-11-21 20:57:56 +08:00
parent 1384f86fe3
commit 31271778af

View File

@ -8,7 +8,7 @@
#include <nav_msgs/Odometry.h>
#include <boost/asio.hpp>
#include <geometry_msgs/Twist.h>
void write3float2(float x,float y,float yaw);
extern void serialInit();
extern void writeSpeed(double Left_v, double Right_v,unsigned char ctrlFlag);
extern void write3float(float x, float y, float yaw);