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

Merge 6 -> main #209

Merged
merged 11 commits into from
Apr 4, 2022
Merged

Merge 6 -> main #209

merged 11 commits into from
Apr 4, 2022

Conversation

scpeters
Copy link
Member

➡️ Forward port

Port ign-msgs6 to main

Branch comparison: main...ign-sensors6

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

ahcorde and others added 11 commits March 1, 2022 22:33
* Suppress windows warnings

Signed-off-by: Steve Peters <[email protected]>
The ign-math Pose addition operator is going to be
deprecated, so use the multiplication operator instead.
It works in the opposite order, matching the behavior
of coordinate transform multiplication.

Signed-off-by: Steve Peters <[email protected]>
* Parse localization tag taking into account world frame orientation and heading offset.

Signed-off-by: Aditya <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Added SetActive and IsActive function for enabling and disabling a sensor.

The sensor is active by default. A disabled / non-active sensor will not generate or publish data when the Update function is called. It will however update if the force argument is true, similar to the behavior in gazebo-classic.

Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #209 (9c5be35) into main (62f7742) will increase coverage by 0.25%.
The diff coverage is 88.31%.

@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   70.87%   71.13%   +0.25%     
==========================================
  Files          30       30              
  Lines        3114     3173      +59     
==========================================
+ Hits         2207     2257      +50     
- Misses        907      916       +9     
Impacted Files Coverage Δ
src/ImuSensor.cc 84.66% <81.63%> (-2.12%) ⬇️
src/AirPressureSensor.cc 85.91% <100.00%> (ø)
src/AltimeterSensor.cc 88.23% <100.00%> (ø)
src/CameraSensor.cc 76.77% <100.00%> (ø)
src/DepthCameraSensor.cc 73.96% <100.00%> (ø)
src/Lidar.cc 72.34% <100.00%> (ø)
src/LogicalCameraSensor.cc 89.85% <100.00%> (ø)
src/MagnetometerSensor.cc 88.37% <100.00%> (ø)
src/RgbdCameraSensor.cc 74.89% <100.00%> (ø)
src/Sensor.cc 92.26% <100.00%> (+0.80%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62f7742...9c5be35. Read the comment docs.

Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't seem to be caused by this PR, but I noticed that ign-rendering is having a hard time finding ign-plugin on Focal and Jammy:

  CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/ignition-rendering7/ignition-rendering7-config.cmake:94 (find_package):
    By not providing "Findignition-plugin1.cmake" in CMAKE_MODULE_PATH this
    project has asked CMake to find a package configuration file provided by
    "ignition-plugin1", but CMake did not find one.
  
    Could not find a package configuration file provided by "ignition-plugin1"
    with any of the following names:
  
      ignition-plugin1Config.cmake
      ignition-plugin1-config.cmake
  
    Add the installation prefix of "ignition-plugin1" to CMAKE_PREFIX_PATH or
    set "ignition-plugin1_DIR" to a directory containing one of the above
    files.  If "ignition-plugin1" provides a separate development package or
    SDK, be sure it has been installed.
  Call Stack (most recent call first):
    /usr/share/cmake/ignition-cmake2/cmake2/IgnUtils.cmake:189 (find_package)
    CMakeLists.txt:69 (ign_find_package)

@scpeters
Copy link
Member Author

It doesn't seem to be caused by this PR, but I noticed that ign-rendering is having a hard time finding ign-plugin on Focal and Jammy:

yeah, I think this is a problem with the debian metadata: gazebo-release/gz-rendering6-release#9

cc @j-rivero

@chapulina chapulina merged commit 23ddcbc into main Apr 4, 2022
@chapulina chapulina deleted the merge67 branch April 4, 2022 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants