Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement log file writer for simulation tasks #20

Closed
markusachtelik opened this issue Apr 29, 2014 · 1 comment
Closed

implement log file writer for simulation tasks #20

markusachtelik opened this issue Apr 29, 2014 · 1 comment

Comments

@markusachtelik
Copy link
Contributor

Data to log:

  • ground truth
    • position
    • linear_velocity
    • attitude quaternion
    • angular velocity
    • in_collision ?
  • simulated sensor data
    • IMU
    • generic pose sensors
  • motor_speeds
  • control commands on all levels according to our message definitions Control* in https://github.com/ethz-asl/mav_comm/tree/master/mav_msgs/msg.
  • services / signals that we emit to the contestants
  • parameters. We only need to be careful not to expose internal parameters here that the contestants are not supposed to know.
@ffurrer
Copy link
Contributor

ffurrer commented May 27, 2014

Done in #23

@ffurrer ffurrer closed this as completed May 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants