CCNYRoboticsLab / imu_tools

ROS tools for IMU devices
Other
908 stars 429 forks source link

Feature Request - Make input topics configurable #166

Closed nakai-omer closed 2 years ago

nakai-omer commented 2 years ago

Hello,

It will be very helpful if the input topics will cofigurable, to allow more flexibility, without have to remap existing imu driver's topics, or having to publish to non namespaces topics.

mintar commented 2 years ago

In my opinion, it's much better to use the built-in remap functionality of ROS instead of adding a parameter for the topic names to achieve the same goal. You don't need to remap the IMU driver's topics, you can remap the IMU filter topics instead.

nakai-omer commented 2 years ago

Ok thanks!