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.1.1.tar.gz (59.4 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.1.1-py3-none-any.whl (133.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for vention_firmware_grpc_client-0.1.1.tar.gz
Algorithm Hash digest
SHA256 437b1cca08bcda5a3919256421ee75c8c802e00d773eb2001a4df9cec12bfd05
MD5 77b2ae0fa8c78fe77319b10c275f8efa
BLAKE2b-256 42834ec10d5781f3d25988250286f47ec79cdcfa4bb8aeda599e9552cb1b74a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vention_firmware_grpc_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 431e57235905902f633d51ed505be40d5fca909499f98f64b754774f91f74bb2
MD5 8986b7cbd3f4e0355ca3c621ddfb9ce6
BLAKE2b-256 415a52f2f5a22bcd9c7aca39293c5ec192dd4d80b9fe3833d68bb7241e68b7fa

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