teleop not functioning with erratic
Hello, I am currently working with erratic and was able to get the robot to spawn in Gazebo by launching the launch files provided from the ros website. http://www.ros.org/wiki/erratic_description
But, the package did not include teleop, which is required to move the robot. I downloaded the teleop, and ran
rosrun erratic_teleop erratic_teleop_key
The command runs, but I am not able to move the robot. I used rxgraph, and it seems that the teleop node is not affecting the robot because it is not connected to it.
How would you make it so that the teleop node affects the erratic robot?
Thank you