Skip to main content

A python grpc client for calling vention firmware endpoints

Project description

Vention Firmware gRPC Client

A Python gRPC client for calling Vention firmware endpoints. It is commonly referred to as Vention Robot Motion Control Stack (VRMCS)

Features

  • Robot Management: Register and manage robots
  • Motion Control: Execute movements, plan trajectories, and control robot motion
  • Kinematics: Forward and inverse kinematics operations
  • Real-time Streaming: Stream robot states, joint states, position data, and alarms
  • Operating Modes: Control normal and freedrive modes
  • TCP/Payload Configuration: Set tool center point and payload properties

Installation

Install the package using pip:

pip install vention-firmware-grpc-client

Quick Start

from vrmcs.client import VRMCSClient
from vrmcs.types import MoveRequest, JointPosition

# Connect to the VRMCS server
client = VRMCSClient("localhost:50550")

# List available robots
robots = client.list_robots()
for robot in robots.robots:
    print(f"Robot ID: {robot.id}")
    print(f"Name: {robot.name}")
    print(f"Type: {robot.robot_type}")

# Use types for type-safe requests
move_request = MoveRequest(
    robot_id="my_robot",
    joint_position=JointPosition(positions=[0.0, 0.0, 0.0, 0.0, 0.0, 0.0])
)
response = client.move(move_request)

Requirements

  • Python >= 3.10

License

Copyright © Vention

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vention_firmware_grpc_client-0.0.1.tar.gz (52.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vention_firmware_grpc_client-0.0.1-cp310-cp310-manylinux_2_39_x86_64.whl (116.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.39+ x86-64

File details

Details for the file vention_firmware_grpc_client-0.0.1.tar.gz.

File metadata

  • Download URL: vention_firmware_grpc_client-0.0.1.tar.gz
  • Upload date:
  • Size: 52.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.12 Linux/6.11.0-1018-azure

File hashes

Hashes for vention_firmware_grpc_client-0.0.1.tar.gz
Algorithm Hash digest
SHA256 799c2e2ea5c3047941622ea124e7855932b532c233866127f02fbf09719a211d
MD5 817ebbe9399d13ffd17cc9e9ae4bde5d
BLAKE2b-256 2f2f1f76d3a3b8e6b5a8006dc9ef9d9bdcfd6681fe4de6289d29233a80e36755

See more details on using hashes here.

File details

Details for the file vention_firmware_grpc_client-0.0.1-cp310-cp310-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for vention_firmware_grpc_client-0.0.1-cp310-cp310-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 cdbd264bb2b72e214425acb1855951b1de412cbaba45eae7c60b13ca6a05e13a
MD5 5cc5a3606a08b04db887f9a9c3b9efcd
BLAKE2b-256 a015d837e41d3f08c0d00504e11be323d5ed9ed984e9cdeca4fc120c0e7fff14

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page