ros-industrial / ros2_canopen

CANopen driver framework for ROS2
https://ros-industrial.github.io/ros2_canopen/manual/rolling/
125 stars 52 forks source link

Separate rpdos according to their COB or object dictionary name #253

Open sam-tj opened 5 months ago

sam-tj commented 5 months ago

Hello Devs

I am using a proxy driver with this library. Followed this tutorial .

I want to ask whether it is possible to make separate ros topics from the PDO index. My eds is a custom made file and it would be efficient for me to segregate the objects in the object dictionary somehow.

Even if I can refer the index number somehow in the code using the eds file would be good as there will be less errors mapping it to local variables. Something like this

Setup:

hellantos commented 2 months ago

@sam-tj currently not in the vanilla proxy driver.