Skip to main content

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

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.4.0-py3-none-any.whl (340.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vention_firmware_grpc_client-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6ed66bceab9d03b4909751834870c4cabf5477b8206396fd0c62f51d0652a1c8
MD5 56f45d23b4cef8ac7aa11f7221b5811b
BLAKE2b-256 6e397c35a4ac98d55469456d51018ddf9fbbb5b2ec26ff4599cd90036037493b

See more details on using hashes here.

Release history Release notifications | RSS feed

1.5.0

1 file

This release

1.4.0 This release

1 file

1.3.0

1 file

1.2.0

1 file

1.1.0

1 file

1.0.0

1 file

0.1.1

2 files

0.1.0

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page