-
Updated
Aug 4, 2022 - Shell
ros2
Here are 873 public repositories matching this topic...
-
Updated
Aug 10, 2022 - C++
-
Updated
Mar 25, 2022
-
Updated
Aug 9, 2022 - C++
Brief feature description
Currently the test code in posh and hoofs has certain cases where int types with a wrong sign are compared.
By enabling the compiler warning we can get rid of them.
- Remove
set(TEST_CXX_FLAGS -Wno-sign-compare)in CMakeLists.txt files from iceoryx posh and hoofs test folder - Add
-Wsign-compareto theICEORYX_C_WARNINGSin IceoryxPlatform.cmake
The Settings button (gear icon) in the panel toolbar shows the panel settings sidebar, but cannot be used to hide it. If I mis-click it, it's a long trek for the mouse to hide the settings pane.
Desired logic:
- If the Settings pane is not shown, open it and show the target panel's settings.
- If the Settings pane is open and showing another panel's settings, show the target panel's setti
-
Updated
Aug 2, 2022 - Python
Describe the feature
In current implementation, when issuing a query, the QueryingSubscriber pushes in a merge_queue the samples resulting of this query and the samples coming directly from the publishers. Then, at query end, the merge_queue is sorted and dedup-ed.
I would be more efficient to use an enhanced merge_queue that sort+dedup on the fly, for each pushed sample.
It seems that the libc crate is only really useful in #[no_std] environments. https://stackoverflow.com/questions/44436515/should-i-use-libcc-char-or-stdosrawc-char
We should see if we can replace all uses of libc with std::os::raw.
-
Updated
Jul 4, 2019 - Python
-
Updated
Jul 25, 2022 - Shell
KinD v0.14の検証
#61 からクイックにアップグレードが実施された模様。動作に関して要検証。
https://github.com/kubernetes-sigs/kind/releases
I noticed a bit of an inconsistency when implementing some MBZIRC functionality.
Description
- Expected behavior: Other sensors such as the magnetometer and air pressure sensor set
gazebo::components::SensorTopiccomponent. This allows the sensor topic to be retrieved by other consumers of the ECM. Rendering sensors should be the same and set their respective topic component (or namesp
Motivation
autoware_testing provides basic tests that can be used in common for all packages.
However, the current implementation is only a smoke_test, and what can be checked with this test is limited.
I read an issue on Autoware.Auto about the design of autoware_testing (link) and thought it could be
Object Dictionary are important to keep your application loosly coupled, see : https://www.luos.io/blog/why-is-standardized-data-so-important-in-embedded-systems
see documentation : https://www.luos.io/docs/luos-technology/message/object-dictionary
see concerned folder : https://github.com/Luos-io/luos_engine/tree/main/engine/OD
To make Object Dictionary useful we need to be sure that users n
-
Updated
Jul 25, 2022 - Python
-
Updated
Aug 9, 2022 - JavaScript
Background
Rename fake_sensor_commands parameter to mock_sensor_commands.
Steps:
- Deprecate
fake_sensor_commands--> if exist write deprecation message. - Add new parameter
mock_sensor_commands - Rename variable
fake_sensor_commandstomock_sensor_commands. - Update demo repository with new setup.
Instructions
Hi, this is a good-first-issue issue. This me
Improve this page
Add a description, image, and links to the ros2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ros2 topic, visit your repo's landing page and select "manage topics."
E.g. have a service that can change values in the blackboard and/or request a current value to be returned