Skip to content

ROS2 Python Node to capture inputs from the Stadia Controller and publish as different ROS topic messages

Notifications You must be signed in to change notification settings

artineering/stadia_ros_node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stadia ROS2 Package

A ROS2 node that captures input from the Stadia bluetooth controller and publishes to the various ROS2 topics.

License

APL

Prerequisites

  • ROS2 build environment
    • ROS2 Iron has been installed
    • ROS2 workspace is installed at ~/ros2_ws
    • Source folder is configured at ~/ros2_ws/src
  • Python3
  • Stadia controller converted to bluetooth

Roadmap

  • Capture input from Stadia Controller : DONE
  • Add ROS parameter to specify Stadia bluetooth device name : WIP
  • Add ROS parameter to specify type of message to be published: WIP
  • Publish sensor_msgs/Joy message : WIP
  • Publish geometry_msgs/Twist message : TO DO

Features

  • Detects connection/disconnection of Stadia bluetooth device
  • Captures all axes and button inputs

Build & Deployment

To build this project run

>> cd ~/ros2_ws/src
>> colcon build --packages-select stadia

To deploy this project run

>> source ~/ros2_ws/install/setup.bash
>> ros2 run stadia stadia_node

Screenshots

Startup Screen

image

Stadia controller is connected

image

Interacting with the controller

Buttons

image

Axes data

image

Device disconnection

image

About

ROS2 Python Node to capture inputs from the Stadia Controller and publish as different ROS topic messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%