forked from Auterion/px4-jsbsim-bridge
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upstream Merge 02/11/2020 #11
Merged
Merged
Conversation
This file contains 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
* Add px4_default_imu_sensor.xml * Include mapping to JSBSim IMU parameters. * Include system file mapping for px4_default_imu_sensor * Enable XML mapping of JSBSim parameters * Move default values of JSBSim properties * Minor comment change * Naming convention update
This commit switches the flightgear rascal submodule to a different remote
…on#26) * Add default system file for magnetometer * Add default system file for magnetometer * Add JSBSim default mappings and move _mag_g variable * Update to enable JSBSim XML variable mapping * Update default configuration * Update default magnetometer configuration to include thrust bias * Add EOF
* Set realtime factor with PX4_SIM_SPEED_FACTOR This commit sets the realtime factor with PX4_SIM_SPEED_FACTOR to allow faster than realtime execution of the simulation * Fix elapsed time for adjusting for realtime factor * Drop inline for getters/setters in configuration parser
…guration (Auterion#30) * Add psfToMbar * Correct _mag_sensor to _airspeed_sensor * Add new px4_default_airspeed_sensor.xml * Simplify airspeed sensor to use native JSBSim differential pressure and enable XML config mapping * Add EOF
…ariables (Auterion#37) * Add psfToMbar * Add new JSBSim baro system file * Map JSBSim baro system variables to the quadrotor_x.xml * Add noise to baro and temperature sensor inputs and enable XML mapping to JSBSim and airframe config files
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This PR adds ROS1 support to the px4-jsbsim-bridge and adds build tests in the catkin workspace
* Add function to convert radians to degrees * Cleanup variable name standardization and add GPS course over ground (COG) * Cleanup variable name format
* Fix code style using clang-format-6.0 * Check styles using github actions
bkueng
reviewed
Nov 3, 2020
5c5522e
to
73757b1
Compare
bkueng
approved these changes
Nov 4, 2020
@bkueng Thanks! |
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.
Problem Description
This is a upstream merge from https://github.com/Auterion/px4-jsbsim-bridge including the following changes