Dockerized ROS node for interfacing Logitech F710 game pad
3.2K
Dockerized ROS node handling connection with Logitech F710 gamepad traslating it input to /cmd_vel ROS topic.
| Tag | Architecture |
|---|---|
noetic-base | amd64, arm64 |
logitech_f710_ros contains source code and instructions on how to use it.
version: '3.4'
services:
panther_driver:
image: husarion/panther-driver
container_name: panther_driver
network_mode: host
restart: on-failure
environment:
- ROS_MASTER_URI=http://127.0.0.1:11311
command: roslaunch panther_driver driver.launch
velocity_manager:
image: husarion:velocity-manager
container_name: velocity_manager
network_mode: host
restart: on-failure
environment:
- ROS_MASTER_URI=http://127.0.0.1:11311
command: rosrun velocity_manager velocity_manager_node
logitech-f710-joy-ros:
image: husarion/logitech-f710:noetic-latest
container_name: logitech-f710
network_mode: host
restart: on-failure
environment:
- ROS_MASTER_URI=http://localhost:11311
device:
- /dev/input/js0
command: rosrun logitech_f710_joy_ros f710_teleop_joy
Content type
Image
Digest
Size
430.9 MB
Last updated
about 4 years ago
docker pull husarion/logitech-f710:melodic