MoveIt combined with ROS HardwareInterface
I tried to implement a ROS Hardware Interface and used this tutorial for that: https://www.rosroboticslearning.com/ros-control
To test the Interface I use a ROS_INFO statement to print the joint commands for the controllers. For some reason this only works if I run the demo_gazebo.launch file and not with the demo.launch file. (Both generated by MoveIt)
The error results in zero values for the commands if I use the demo.launch file, if i use the demo_gazebo.launch file this works fine. Could the controllers be the reason for the problem or is it due to another cause?