Giter Club home page Giter Club logo

libromocc's Issues

Unable to import pyromocc

I am not able to import pyromocc into python code. I get the error below:

Python 3.11.6 (main, Oct  8 2023, 05:06:43) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyromocc import Robot
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/steve/Desktop/robot/venv/lib/python3.11/site-packages/pyromocc/__init__.py", line 2, in <module>
    from .pyromocc import *
ModuleNotFoundError: No module named 'pyromocc.pyromocc'

Import order bug

Whether you import Robot or scipy.spatial.transform.Rotation and matplotlib.pyplot first you get faulty behaviour, like the robot not connecting or get_pose returning identity.

speedl bug

In robot.py, for speedl the velocity input is 6 elements long, but it is sent to _verify_limits which it looks like assumes it is 3 elements long. So speedl crashes. Is the intended behaviour to pass velocity[:3] to _verify_limits?

Bug: cartesian velocity not exposed in Python

There is a bug in with operational_velocity in robot.py, it returns the position and rotation vector instead of the velocity.

Furthermore, get_state().get_operational_velocity() returns the position part of the velocity vector in m/s. I am not sure if this is intended behaviour or not, but elsewhere in the python interface mms are used.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.