ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Some googling brought me to teleop_tools/issues/10, where the author points to reem_robot/reem_bringup/launch/joystick_teleop.launch for an example launch file. That file refers to reem_robot/reem_bringup/config/joy_teleop.yaml, which should give you some clue as to how to configure things for your particular joystick.
Note that the author of joy_teleop
adds the following in teleop_tools/issues/10:
joy_teleop is subscribing to the
/joy
topic to provide high level functionalities. Unless you have a driver for your joystick it won't do any good.
2 | No.2 Revision |
Some googling brought me to teleop_tools/issues/10, where the author points to reem_robot/reem_bringup/launch/joystick_teleop.launch for an example launch file. That file refers to reem_robot/reem_bringup/config/joy_teleop.yaml, which should give you some clue as to how to configure things for your particular joystick.
Note that the author of joy_teleop
adds the following in teleop_tools/issues/10:
joy_teleop is subscribing to the
/joy
topic to provide high level functionalities. Unless you have a driver for your joystick it won't do any good.
Edit: also, I think the teleop_twist_joy is better suited for what you want to do. teleop_joy
is a higher level package.
3 | No.3 Revision |
Some googling brought me to teleop_tools/issues/10, where the author points to reem_robot/reem_bringup/launch/joystick_teleop.launch for an example launch file. That file refers to reem_robot/reem_bringup/config/joy_teleop.yaml, which should give you some clue as to how to configure things for your particular joystick.
Note that the author of joy_teleop
adds the following in teleop_tools/issues/10:
joy_teleop is subscribing to the
/joy
topic to provide high level functionalities. Unless you have a driver for your joystick it won't do any good.
Edit: also, I think the teleop_twist_joy is better suited for what you want to do. joy_teleop is a higher level package.teleop_joy