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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vention_firmware_grpc_client-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2b3b89a80f299957345fbec63f3c038665a78305abf3a8c29740e34c77fff256
MD5 46a56e6d143fd2b39b46de9544019e85
BLAKE2b-256 89ff46a9b3d3b25880cb846f15cf190baf897237b1f0439b74e9b593a82c3e7e

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