Skip to content
#

ros2

Here are 873 public repositories matching this topic...

iceoryx
dkroenke
dkroenke commented Aug 2, 2022

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-compare to the ICEORYX_C_WARNINGS in IceoryxPlatform.cmake
good first issue refactoring test
rgov
rgov commented Jul 27, 2022

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:

  1. If the Settings pane is not shown, open it and show the target panel's settings.
  2. If the Settings pane is open and showing another panel's settings, show the target panel's setti
ux good first issue
JEnoch
JEnoch commented May 16, 2022

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.

enhancement good first issue
gz-sim
mjcarroll
mjcarroll commented Jun 16, 2022

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::SensorTopic component. 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
bug good first issue help wanted rendering
KeisukeShima
KeisukeShima commented Feb 16, 2022

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

enhancement good first issue stale
luos_engine
nicolas-rabault
nicolas-rabault commented Jul 29, 2022

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

enhancement help wanted good first issue
destogl
destogl commented Jul 15, 2022

Background

Rename fake_sensor_commands parameter to mock_sensor_commands.

Steps:

  1. Deprecate fake_sensor_commands --> if exist write deprecation message.
  2. Add new parameter mock_sensor_commands
  3. Rename variable fake_sensor_commands to mock_sensor_commands.
  4. 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.

Curate this topic

Add this topic to your repo

To associate your repository with the ros2 topic, visit your repo's landing page and select "manage topics."

Learn more