mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 15:17:23 +00:00
remove columns in csv header !9
This commit is contained in:
parent
a7de8b71a3
commit
c3f3c34c5b
@ -354,9 +354,8 @@ void write2CSV(outVector &stateVector, Vehicle &State) {
|
||||
|
||||
// Output file header. These are the variables that we output - useful for
|
||||
// debugging
|
||||
outfile << "t, x, y, z, vx, vy, vz, ax, ay, az, yaw, pitch, roll, yawdot, "
|
||||
"pitchdot, rolldot, Servo1, Servo2, thrustFiring, PIDx, PIDy, "
|
||||
"thrust"
|
||||
outfile << "t,x,y,z,vx,vy,vz,ax,ay,az,yaw,pitch,roll,yawdot,pitchdot,rolldot,"
|
||||
"Servo1,Servo2,thrustFiring,PIDx,PIDy,thrust"
|
||||
<< std::endl;
|
||||
|
||||
// writing to output file
|
||||
|
Loading…
x
Reference in New Issue
Block a user