ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

teleop_twist_joy to control holonomic drive

asked 2020-01-24 21:08:20 -0500

viskar gravatar image

updated 2020-01-25 03:53:28 -0500

gvdhoorn gravatar image

Hello folks,

I am trying to use a PS3 controller as input device to control a holonomic drive. I changed the launch file to use the ps3-holonomic.config.yaml file.

<arg name="joy_config" default="ps3-holonomic" />

However, I cannot see the any input on /cmd_vel even if I have the right dead man button pressed. Does anyone have any idea/had success working with holonomic with teleop_twist_joy?

Alternatively, if I just want to use rosrun, how do I indicate to use the ps3-holonomic yaml rather than the default ps3 config?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-01-25 04:54:26 -0500

snowman gravatar image

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/h... 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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-01-24 21:08:20 -0500

Seen: 287 times

Last updated: Jan 25 '20