Skip to content
#

ros2

Here are 700 public repositories matching this topic...

SteveMacenski
SteveMacenski commented Nov 10, 2020

Hi,

I figured I'd ask and see if there was interest in something like this. In order to help remove salt and pepper noise from images, typically you might use dilation and erosion. The same concept could apply to navigation2 costmap layers, where an erroneous voxel layer or obstacle layer measurement (or static layer with SLAM session and things moving around) would make in the middle of free s

iceoryx
elfenpiff
elfenpiff commented Feb 21, 2022

Brief feature description

We should use cxx::function instead of cxx::function_ref in the cxx::unique_ptr. But when we do the transition it is likely that the custom deleter classes will remain since they will also work with cxx::function. This should be cleaned up since they are no longer required.

  1. Replace cxx::function_ref with cxx::function
  2. Remove custom deleter clas
ign-gazebo
destogl
destogl commented Feb 16, 2022

I propose to extend the minimal robot from the ros2_control_test_assets with transmission tags too. This should be then used for testing of transmissions.

The idea is to have one fully-featured URDF for doing main test of different features. Although not all tags will be used in all tests, they all have to be parsable and should not collide with each other. This can be only achieved if we rea

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