how can i take value from topic joy?
I want to take value of axes from topic Joy of Sensor_msgs to control robot by xbox360. How can I do?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to take value of axes from topic Joy of Sensor_msgs to control robot by xbox360. How can I do?
Asked: 2019-04-13 05:31:54 -0600
Seen: 97 times
Last updated: Apr 13 '19
Has anyone used any haptic devices in conjunction with ROS?
Can't get turtlebot_teleop to work with Logitech Logitech Cordless RumblePad 2 [closed]
Teleoperationg a Turtlebot without a wireless joystick
Problem installing rosfalcon because unable to install libnifalcon [closed]
Unable to communicate with master! [closed]
How to use sensor_msgs/Joy instead of joystick_drivers/Joy?
You need to run a joystick driver and use the messages the driver is publishing. Your question says nothing about what you want to use the joystick for. If you want to use the axes for /cmd_vel you will need to convert the outputs to /cmd_vel topic with some node.
For the driver joy will probably work for you.
To convert to cmd_vel you might use something like teleop_twist_joy.
If you want an actual answer, improve your question to ask an actual question.