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

independent distance to surface estimation #459

Closed
wants to merge 38 commits into from
Closed

Conversation

DrTon
Copy link
Contributor

@DrTon DrTon commented Oct 11, 2013

  • Distance to surface (e.g. from sonar) now estimated independently from altitude
  • Filter uses altitude estimate to fill gaps in sonar data
  • Added RC switch "distance bottom" to enable / disable using distance data for altitude control
  • Added vehicle_control_mode.flag_use_dist_bottom flag
  • multirotor_pos_control uses distance and changes altitude setpoint to make distance setpoint constant, if distance data is not available it fallbacks to normal operation, seamless transition between sonar / baro works nice
  • Optical flow used for position estimation when available. If no flow and GPS available < 1s, gaps filled using accelerometer.

WIP, not for merging, but ready for careful testing.
WARNING: on high speed when using without GPS position estimates stops after some time and copter flyes away, move only on low speeds, < 1-2m/s.

…eference changes, don't reset altitude on arming if sonar is valid
…evel changes. Reference altitude updated continuosly when sonar available.
… not available to prevent estimation suspending when no GPS available
…se bottom distance to surface to control altitde
PX4BuildBot added a commit that referenced this pull request Mar 26, 2020
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@d6d03d6

Changes from PX4/NuttX (PX4/NuttX@b902d4c) in current PX4/master (44bec26)
PX4/NuttX@b902d4c...d6d03d6

d6d03d6 (HEAD, origin/master) sim: Hide strerror/strerror_r
27aa161 sim: hostfs: Stop assuming CONFIG_NAME_MAX=32
f89ccf8 sim: host_readdir: Ensure NUL termination when truncating d_name
c65bdde include/nuttx/fs/hostfs.h: Appease nxstyle errors
3ff956d stm32h7: support SDRAM via FMC peripherial (#459)
2991836 sim: Appease nxstyle errors
f193551 sim: Mention vpnkit docker image
3f86028 arm/common: Fix nxstyle issue in arch/arm/src/common/up_checkstack.c
bc29b25 arm/imx6: compile up_hostfs.c when CONFIG_ARM_SEMIHOSTING_HOSTFS equal true
d5905d5 arch/arm: Fix linker error: undefined reference to `g_intstackalloc'

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@f16a765

Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (44bec26)
PX4/NuttX-apps@91b6ad6...f16a765

f16a765c (HEAD -> master, origin/master) examples: Fix the parallel build break (#138)
1511403f Revert "Don't generate .depend anymore"
f074d7f3 Makefile: let install depend on the target binary
258e0140 Revert "Ensure "build" before "install""
8a7ea169 Revert "examples/elf/tests: Ensure "build" before "install""
9394424b Revert "examples/sotest/lib: Fix dependency"
cc5ad09c Don't generate .depend anymore
6ddf3471 Move MAKE_template and SDIR_template to Make.defs (#135)
6e3a9a2e Call TESTANDREPLACEFILE instead of mv
7caef179 Fix the typo error
PX4BuildBot added a commit that referenced this pull request Mar 26, 2020
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@8ad9d1e

Changes from PX4/NuttX (PX4/NuttX@b902d4c) in current PX4/master (dc38930)
PX4/NuttX@b902d4c...8ad9d1e

8ad9d1e (HEAD, origin/master) libelf: Appease nxstyle complaints
d6d03d6 sim: Hide strerror/strerror_r
27aa161 sim: hostfs: Stop assuming CONFIG_NAME_MAX=32
f89ccf8 sim: host_readdir: Ensure NUL termination when truncating d_name
c65bdde include/nuttx/fs/hostfs.h: Appease nxstyle errors
3ff956d stm32h7: support SDRAM via FMC peripherial (#459)
2991836 sim: Appease nxstyle errors
f193551 sim: Mention vpnkit docker image
3f86028 arm/common: Fix nxstyle issue in arch/arm/src/common/up_checkstack.c
bc29b25 arm/imx6: compile up_hostfs.c when CONFIG_ARM_SEMIHOSTING_HOSTFS equal true

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@f16a765

Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (dc38930)
PX4/NuttX-apps@91b6ad6...f16a765

f16a765c (HEAD -> master, origin/master) examples: Fix the parallel build break (#138)
1511403f Revert "Don't generate .depend anymore"
f074d7f3 Makefile: let install depend on the target binary
258e0140 Revert "Ensure "build" before "install""
8a7ea169 Revert "examples/elf/tests: Ensure "build" before "install""
9394424b Revert "examples/sotest/lib: Fix dependency"
cc5ad09c Don't generate .depend anymore
6ddf3471 Move MAKE_template and SDIR_template to Make.defs (#135)
6e3a9a2e Call TESTANDREPLACEFILE instead of mv
7caef179 Fix the typo error
PX4BuildBot added a commit that referenced this pull request Mar 26, 2020
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@5c0e8e8

Changes from PX4/NuttX (PX4/NuttX@b902d4c) in current PX4/master (2b360bf)
PX4/NuttX@b902d4c...5c0e8e8

5c0e8e8 (HEAD, origin/master) Revert "Makefile: move INCDIROPT to common place (#625)"
b9ace36 Makefile: move INCDIROPT to common place (#625)
8ad9d1e libelf: Appease nxstyle complaints
d6d03d6 sim: Hide strerror/strerror_r
27aa161 sim: hostfs: Stop assuming CONFIG_NAME_MAX=32
f89ccf8 sim: host_readdir: Ensure NUL termination when truncating d_name
c65bdde include/nuttx/fs/hostfs.h: Appease nxstyle errors
3ff956d stm32h7: support SDRAM via FMC peripherial (#459)
2991836 sim: Appease nxstyle errors
f193551 sim: Mention vpnkit docker image

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@f16a765

Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (2b360bf)
PX4/NuttX-apps@91b6ad6...f16a765

f16a765c (HEAD -> master, origin/master) examples: Fix the parallel build break (#138)
1511403f Revert "Don't generate .depend anymore"
f074d7f3 Makefile: let install depend on the target binary
258e0140 Revert "Ensure "build" before "install""
8a7ea169 Revert "examples/elf/tests: Ensure "build" before "install""
9394424b Revert "examples/sotest/lib: Fix dependency"
cc5ad09c Don't generate .depend anymore
6ddf3471 Move MAKE_template and SDIR_template to Make.defs (#135)
6e3a9a2e Call TESTANDREPLACEFILE instead of mv
7caef179 Fix the typo error
PX4BuildBot added a commit that referenced this pull request Mar 26, 2020
NuttX:
 - https://github.com/PX4-NuttX/nuttx/tree/master
 - PX4/NuttX@44b8f3e

Changes from PX4/NuttX (PX4/NuttX@b902d4c) in current PX4/master (28dc225)
PX4/NuttX@b902d4c...44b8f3e

44b8f3e (HEAD, origin/master) include/nuttx/sched.h:  Move prototype for sched_releasetcb()
5c0e8e8 Revert "Makefile: move INCDIROPT to common place (#625)"
b9ace36 Makefile: move INCDIROPT to common place (#625)
8ad9d1e libelf: Appease nxstyle complaints
d6d03d6 sim: Hide strerror/strerror_r
27aa161 sim: hostfs: Stop assuming CONFIG_NAME_MAX=32
f89ccf8 sim: host_readdir: Ensure NUL termination when truncating d_name
c65bdde include/nuttx/fs/hostfs.h: Appease nxstyle errors
3ff956d stm32h7: support SDRAM via FMC peripherial (#459)
2991836 sim: Appease nxstyle errors

Apps:
 - https://github.com/PX4/NuttX-apps/tree/master
 - PX4/NuttX-apps@f16a765

Changes from PX4/NuttX-apps (PX4/NuttX-apps@91b6ad6) in current PX4/master (28dc225)
PX4/NuttX-apps@91b6ad6...f16a765

f16a765c (HEAD -> master, origin/master) examples: Fix the parallel build break (#138)
1511403f Revert "Don't generate .depend anymore"
f074d7f3 Makefile: let install depend on the target binary
258e0140 Revert "Ensure "build" before "install""
8a7ea169 Revert "examples/elf/tests: Ensure "build" before "install""
9394424b Revert "examples/sotest/lib: Fix dependency"
cc5ad09c Don't generate .depend anymore
6ddf3471 Move MAKE_template and SDIR_template to Make.defs (#135)
6e3a9a2e Call TESTANDREPLACEFILE instead of mv
7caef179 Fix the typo error
PX4BuildBot added a commit that referenced this pull request May 17, 2020
    - sitl_gazebo in PX4/Firmware (328477f): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@f021cdd
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...f021cdd

    f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 18, 2020
    - sitl_gazebo in PX4/Firmware (e670d5f): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@f021cdd
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...f021cdd

    f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 18, 2020
    - sitl_gazebo in PX4/Firmware (d4de0e1): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@f021cdd
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...f021cdd

    f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 19, 2020
    - sitl_gazebo in PX4/Firmware (a605444): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@f021cdd
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...f021cdd

    f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 19, 2020
    - sitl_gazebo in PX4/Firmware (4f82f02): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 20, 2020
    - sitl_gazebo in PX4/Firmware (f2e2ac5): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 20, 2020
    - sitl_gazebo in PX4/Firmware (6c16a29): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 20, 2020
    - sitl_gazebo in PX4/Firmware (6c16a29): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 21, 2020
    - sitl_gazebo in PX4/Firmware (504794e): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 21, 2020
    - sitl_gazebo in PX4/Firmware (504794e): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@4acd679
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...4acd679

    4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 22, 2020
    - sitl_gazebo in PX4/Firmware (504794e): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 22, 2020
    - sitl_gazebo in PX4/Firmware (951969b): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 23, 2020
    - sitl_gazebo in PX4/Firmware (951969b): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 24, 2020
    - sitl_gazebo in PX4/Firmware (1c0925a): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 25, 2020
    - sitl_gazebo in PX4/Firmware (1c0925a): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 25, 2020
    - sitl_gazebo in PX4/Firmware (7b41ce4): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 26, 2020
    - sitl_gazebo in PX4/Firmware (bd154bf): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 26, 2020
    - sitl_gazebo in PX4/Firmware (e482081): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 27, 2020
    - sitl_gazebo in PX4/Firmware (d92e668): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 27, 2020
    - sitl_gazebo in PX4/Firmware (c0bf5cc): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 28, 2020
    - sitl_gazebo in PX4/Firmware (05856c1): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@ab527bf
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...ab527bf

    ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
PX4BuildBot added a commit that referenced this pull request May 28, 2020
    - sitl_gazebo in PX4/Firmware (0ec48cf): PX4/PX4-SITL_gazebo-classic@2736a91
    - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@20e8dbe
    - Changes: PX4/PX4-SITL_gazebo-classic@2736a91...20e8dbe

    20e8dbe 2020-05-28 TSC21 - CI: for now, remove Melodic as we need a new MAvlink ROS release
0f8ffc7 2020-05-28 TSC21 - gazebo_geotagged_images_plugin: add missing CAMERA_CAPTURE_STATUS field based on the latest message spec
bf38fb1 2020-05-28 TSC21 - gazebo_mavlink_interface: fix frames of reference and add estimator_type to ODOMETRY stream
2f25ae0 2020-05-28 TSC21 - bump container tags to 2020-05-28; temporarly remove Gazebo 11 and Kinetic builds
63cf84c 2020-05-25 TSC21 - Travis CI: add pipelines to build and test with Gazebo 11 over Ubuntu 20.04
ab527bf 2020-05-22 Pandacoolcool - Update gazebo_usv_dynamics_plugin.cpp (#492)
4acd679 2020-05-18 Julian Oes - Fix for Gazebo 11
f021cdd 2020-05-17 Grzegorz Araminowicz - make position_gztopic work without specifying joint_name (as it is not used anyway) (#459)
12da9e6 2020-04-22 tnkkk - Moved add_magnetic_field_covariance from OnUpdate to Load
0b348fd 2020-05-11 JaeyoungLim - Handle continuous zoom (#488)
dab2eba 2020-05-03 kamilritz - Fix wind_vel_transformation
7f1b8e2 2020-05-08 JaeyoungLim - Fix gazebo motor model plugin calculations (#484)
4c1c512 2020-05-07 JaeyoungLim - Fix tiltrotor motor tilt oscillations (#471)
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

Successfully merging this pull request may close these issues.

2 participants