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 vention.robots.v1.move_request_pb2 import MoveRequest
from vention.robots.v1.joint_position_pb2 import 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

vention_firmware_grpc_client-1.3.0-py3-none-any.whl (336.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vention_firmware_grpc_client-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a3414951cdc9f8d9c5a47962fde342cf4e063362996d052928a44f6ee274545c
MD5 e6f6441b6d92aea489d28853de196ac1
BLAKE2b-256 f3bfca3aabcbc55318ef6acfbc4e644e3ea1b3d7d49be011835892689dc54ac9

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