Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Python SDK for GyroPalm Developers
The GyroPalm Python software development kit (SDK) enables developers to wirelessly connect to one or more GyroPalm Encore wearables without any additional dependencies. This Python package contains two independent classes, GyroPalmRealtime
and GyroPalmDriving
, which include methods to enable developers in establishing bi-directional communication with GyroPalm devices for creating unlimited hands-free Python interactions, especially for remotely controlling and monitoring robots. This repository also contains examples that demonstrate typical use.
This library exposes the GyroPalmRealtime
object, which encapsulates secure websockets (WSS) with our real-time low latency server. Using enhanced methods and function callbacks, gestures, commands, and other data can be retrieved from the wearable in milliseconds. Using the GyroPalmRealtime
object, developers can write applications that can control ROS-based robots. Furthermore, the GyroPalmDriving
library provides methods for smooth acceleration/deceleration easing, emergency-stop on signal loss, center-snapping, and constrain/normalization of command velocity values.
Although the GyroPalmRealtime
library can be used independently, the GyroPalmDriving
library is essential in enhancing safety in robotic operation as well as enhancing both the end-user and developer experience.
To implement this SDK for its intended use, it is highly recommended that the developer has a GyroPalm Developer Kit or equivalent GyroPalm package to do proper testing. To order one or more wearables, visit the GyroPalm Online store.
In addition, the host machine must have Python 3.6 or newer, and the websockets
library installed. The host machine needs to have an internet connection so that it can connect to the GyroPalmRealtime
server.
There are two simple ways to acquire this package: By running a pip install
command, or downloading the latest release from this GitHub repository.
To easily install this package from PyPi by running the following:
sudo pip install gyropalm_control
You can also install this package from GitHub by running the following:
sudo git clone https://github.com/GyroPalm/GyroPalm-Python-SDK.git
FAQs
GyroPalm Python SDK for Robotic Control using Gestures
We found that gyropalm-control demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.