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.2.tar.gz (51.6 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.2-py3-none-any.whl (116.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vention_firmware_grpc_client-0.0.2.tar.gz
  • Upload date:
  • Size: 51.6 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.2.tar.gz
Algorithm Hash digest
SHA256 fe1cfdd0719dda7000faf8dfe62ccc57fdf8b9a5b30551becb90d4d299a80848
MD5 34627966303ca9beb6bf687cf0e9f92b
BLAKE2b-256 e010233ce404115afbedaaf115d21b331629f6ae9d03789551a0859710f22f73

See more details on using hashes here.

File details

Details for the file vention_firmware_grpc_client-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for vention_firmware_grpc_client-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cfa3d22b13f879305dc9f9f0930c2e16bd7e92ae5d145e646080cef45aae7ddf
MD5 e9f432a39fb9f1b84ca520580d55cf8e
BLAKE2b-256 cd9d10509f06c494d7b638ef63dbf721cadb3c84e28bd531c2a608763ef72545

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