#include <iostream>
#include <iomanip>
#include <fstream>
using std::ofstream;
ofstream fout3("/home/wang/Desktop/teleop_control.txt");
fout3<<twist.linear.x<<" "<< twist.angular.z<<std::endl;
时间: 2024-11-05 22:55:24
#include <iostream>
#include <iomanip>
#include <fstream>
using std::ofstream;
ofstream fout3("/home/wang/Desktop/teleop_control.txt");
fout3<<twist.linear.x<<" "<< twist.angular.z<<std::endl;