Is there an implementation of JointStateInterface, EffortJointInterface, PositionJointInterface and VelocityJointInterface in ros2?
Hi. Sorry for all mistakes, English is not my native language. So, I have folloing lines of code in my ros1 project
hardware_interface::JointStateInterface js_interface_;
hardware_interface::EffortJointInterface ej_interface_;
hardware_interface::PositionJointInterface pj_interface_;
hardware_interface::VelocityJointInterface vj_interface_;
I have a problem with understanding, how this lines should look in ros2 Foxy. I'll appreciate any help. As far as I know EffortJointInterface can be used in Galactic and all newer version, but I could be wrong.