pathfinder-for-autonomous-navigation / psim

Six DOF flight simulator and related GNC implementations.
MIT License
4 stars 6 forks source link

Mission manager ptest case #128

Closed tanishqaggarwal closed 4 years ago

tanishqaggarwal commented 4 years ago

To run, invoke the command

python -m ptest.run_simulation -c ptest/configs/fc_only_native.json -t DeploymentToStandby

from within the psim/python directory. Be sure that you've activated the virtual environment and edited ptest/configs/fc_only_native.json to point to the correct location of FlightSoftware (or, if you're on Windows, use fc_only_teensy.json and then modify the USB port to which the Teensy is connected)


This change is Reviewable

kylekrol commented 4 years ago

@tanishqaggarwal What's the story here with this PR and the PTest merger into FSW?

tanishqaggarwal commented 4 years ago

Closing because the change has moved to FlightSoftware.