Skip to main content

No project description provided

Project description

Teleop

Lite6 Physical Teleoperation

Installation

pip3 install teleop

Basic Interface

A simple interface that simply prints the teleop response.

python3 -m teleop.basic

ROS 2 Interface

A ROS 2 interface that publishes the teleop response to a topic.

python3 -m teleop.ros2

Custom Interface

from teleop import Teleop


def callback(pose, message):
    print(f'Pose: {pose}')
    print(f'Message: {message}')


teleop = Teleop()
teleop.subscribe(callback)
teleop.run()

Development

Install

pip3 install -e .

Test

python3 -m pytest

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

teleop-0.0.1.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

teleop-0.0.1-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file teleop-0.0.1.tar.gz.

File metadata

  • Download URL: teleop-0.0.1.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for teleop-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d168847cfd142c2bb0ffc88532f9803d087aacb23b81f57a03f89f7c9922aa7e
MD5 e443dec0033213875ba3c99073a82cfa
BLAKE2b-256 43109805ebbd09330c7987fdf46b26ac15069e0824a2bbbd036cdbebf46ce350

See more details on using hashes here.

File details

Details for the file teleop-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: teleop-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for teleop-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b354755e89376e56aa6937b08079e02a7cbf9bf99ea15c8761896e403ba45ce
MD5 cbaa8050f1d7022d725600575856d035
BLAKE2b-256 1ab87e7325661dc1361e56eef6a8442679fab55e34ac47fa829b53d84cd8f31f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page