sns_ik icon indicating copy to clipboard operation
sns_ik copied to clipboard

SNS_IK in ROS2

Open chris-smith opened this issue 7 years ago • 3 comments

It's worth considering how we want to release SNS_IK into ROS2. AFAIA, we currently have few dependencies on ROS itself - excluding the build system I'm only aware of the logging (#38).

In ROS2 I believe the push is towards composable nodes and so what we distribute would likely be a ROS node itself that users could call through publishers, etc. I'm not sure we want to go "all in" on this model necessarily, which would imply we'd create a library similar to what we do today and then wrap it in a ROS2 node and distribute both. The biggest change we'd have to make to existing code would be replacing all the ROS_LOG macros and updating the build system.

@IanTheEngineer - any thoughts as a more seasoned ROS2 dev? Am I way off the mark?

chris-smith avatar Nov 28 '18 19:11 chris-smith

Hi @chris-smith do you have any updates on a possible ROS 2 porting?

AndreM96 avatar Sep 24 '24 07:09 AndreM96

I'm not aware of anybody working on one or planning to.

chris-smith avatar Sep 25 '24 01:09 chris-smith

Thanks for the quick answer!

AndreM96 avatar Sep 27 '24 08:09 AndreM96