-
Notifications
You must be signed in to change notification settings - Fork 13
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
M4 test plan #42
Comments
@mabelzhang @chapulina @caguero I just committed a new mission to master that I hope will help with debugging. The mission is called Instead of creating a mission file for each test case, testAct.xml exposes mission arguments that will allow you to command any actuator to a position (or speed in the case of the thruster). What does the mission do?This mission commands the vehicle actuators to a specified position/velocity and time duration. Once started, the mission will move any commanded actuators to the specified pos and hold them there until the mission timeout expires. The mission commands the actuators directly, so no pitch/depth commands or controller code are running the loop. I annotated the mission file, but basically all the mission does is:
The mission takes in a number of arguments (that have default values that I thought made sense). Mission args:
How to use?Here are some examples of how to run the test mission directly from the command line and have the app quit once the mission is complete: Hold the mass-shifter at 20 mm for 45 min:
Hold the rudder at 12 degrees and thrust forward at 1 m/s for 45 min:
These commands can be also used directly from the lrauv-app command line. What to expect?For starters, I ran the test mission using the MBARI sim and set it to hold the mass at 20 mm at a speed of 0 m/s; that's it — all other actuators are held at their default poses. A few things to note:
Here's what that looks like: And looking at all the actuators: Tomorrow I'll try running the same mission with Ign in the loop and compare the data. In the meantime, try it out and please let me know if you have any questions! Thanks! |
Thanks, @braanan ! This will be very helpful! |
No description provided.
The text was updated successfully, but these errors were encountered: