ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I didn't use PS3 control my machine, but I used xbox joy to control it. Maybe
http://wiki.ros.org/joy/Tutorials http://wiki.ros.org/ps3joy/Tutorials and http://docs.ros.org/melodic/api/joy/html/index.html will be useful for you. I guess no joy could publish '/cmd_vel' directly. You need to subscribe topic from your joy( e.g sensor_msgs::Joy
"joy
" ). Good luck.