-
Notifications
You must be signed in to change notification settings - Fork 58
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
Merge 6 -> main #209
Conversation
Signed-off-by: ahcorde <[email protected]>
* 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 Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this 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)
yeah, I think this is a problem with the debian metadata: gazebo-release/gz-rendering6-release#9 cc @j-rivero |
➡️ 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)