Ros Control: VelocityJointInterface and PositionJointInterface in one yaml [closed]
Hello,
i am currently trying to build a simple car model from scratch. So far my URDF comes along pretty good and my ROS Node also publishes data to the correct ros Node.
Lately i have tried to swich from all EffortJointInterface/PositionJointCtrlr EffortJointCtrlr to:
2x VelocityJointInterface/VelocityJointCtrlr for the "Engine" of my wheels and 2x PositionJointInterface/PositionJointCtrlr for the Steering of my wheels.
But now i am only able to ctrl the position of my front wheels which are meant for steering and don't get any Velocity to my Rear Axle for forward motion.
!All ctrlr are in a running state, which makes it even stranger!
Do i need to lood the Hardware Interfaces separetly? Does anybody have experiece when working with different Ctrlr and Interfaces on the same model? I possible i want to avoid implementing my own interfaces.
Help is very much appreciated! Franzisdrak