ros / filters

This library provides a standardized interface for processing data as a sequence of filters. This package contains a base class upon which to build specific implementations as well as an interface which dynamically loads filters based on runtime parameters.
39 stars 50 forks source link

Move to ros_control project? #28

Open davetcoleman opened 5 years ago

davetcoleman commented 5 years ago

I wasn't aware of this package until @gavanderhoorn pointed it out just now, but maybe this should live at https://github.com/ros-controls/ ? Thoughts @bmagyar?

bmagyar commented 5 years ago

First time to see this package for me too! I'd be up for hosting this in that org, no problem. It seems rather low-bandwidth at the moment, are you guys planning on extending it?

tfoote commented 5 years ago

It's currently in basic maintenance mode but would be happy to see it extended with new filters etc. There are lots of users outside of controls for example data processing.

It might make more sense to create a downstream package control_filters that provides specific filters for controls applications as plugins that can be used in the filter chains provided by this package.

davetcoleman commented 5 years ago

I think moving it to ros-control would provide a lot more visibility and usage, and prevent potential duplicate effort, but I have no immediate needs or use cases.

peci1 commented 4 years ago

I use these filters to filter pointclouds/laserscans (via laser_filters package). It wouldn't make sense to me to depend on something from the ros-control repo.

jonbinney commented 3 years ago

@peci1 i think this is about moving to the ros-control org, not the ros_control repo. @davetcoleman is that right?

peci1 commented 3 years ago

You're right, I got that wrong. But it still doesn't make sense to me as I treat filters as a generally usable package.

By the way, I recently released https://github.com/ctu-vras/sensor_filters which contains a set of nodes/nodelets ready-made for running filter chains on messages from sensor_msgs.

bmagyar commented 3 years ago

Would still be happy to host it at @ros-controls, we are planning some controllers for ros2 with these guys

DLu commented 8 months ago

I think it should stay here.