Rover example and other changes#1
Open
hiilink wants to merge 3 commits into
Open
Conversation
-Only the newest version of podman can ADD git repos from git files. -Changed ADD used to get px4 gazebo models to install git and clone model repo.
-test.py didn't have access to exception errors declared in rover.py but, was receiving them. -errors were moved to errors.py in the controller package so test.py has access
-Can now call make rover from multicosim root to make the rover images under examples -magnet option now accepts 3 args (added magnitude) -Magnetometers in attacks.py now returns magnetic field data vector instead of magnitude -Stationary magnet now has position -Gaussian magnet has position and gaussian noise -Added true_heading to base Rover to get gazebo pose heading to rotate magnet attack interference into body frame -Added time as a property of base State so that any state can keep track of time. Useful for timeouts for states that never reach their transition goal. -Added step_size as a parameter to next function in base State. -Added 30 second timeout to S3 state. -Added final vehicle location to plot Provide rover call with -m 0.1 6.95 0.7 for a vehicle that turns in a circle and times out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made some changes to build the images with podman, fixed an exception issue in the rover example, and fixed up the rover example magnetometer simulation to function properly.