Giter Club home page Giter Club logo

acrobotics's People

Contributors

jeroendm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

danielsjf

acrobotics's Issues

Install on Windows

@JeroenDM, what are the requirements for the swig branch. Specifically this line does not work well in the imports. I've installed swig, but it is unclear how I should set the path/references.

Traceback (most recent call last):
  File "C:/data/workspace/acrobotics/examples/getting_started.py", line 11, in <module>
    from acrobotics.robot_examples import Kuka
  File "C:\data\workspace\acrobotics\src\acrobotics\robot_examples.py", line 3, in <module>
    from .robot import Robot, Tool
  File "C:\data\workspace\acrobotics\src\acrobotics\robot.py", line 7, in <module>
    from acrobotics.geometry import ShapeSoup
  File "C:\data\workspace\acrobotics\src\acrobotics\geometry.py", line 3, in <module>
    from acrobotics.shapes import Shape, Box, Polyhedron
  File "C:\data\workspace\acrobotics\src\acrobotics\shapes.py", line 6, in <module>
    from .cpp.geometry import Box as CppBox
  File "C:\data\workspace\acrobotics\src\acrobotics\cpp\geometry.py", line 17, in <module>
    _geometry = swig_import_helper()
  File "C:\data\workspace\acrobotics\src\acrobotics\cpp\geometry.py", line 16, in swig_import_helper
    return importlib.import_module('_geometry')
  File "C:\***\Local\Programs\Python\Python37\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_geometry'

Cleanup TODO

Some cleaning before I start adding new things:

  • Move geometry and plotting utils to acrolib
  • Remove old ShapeSoup name in favor of Scene.
  • Move IRL parsing out in favor of rotasp? However, it makes sense to keep the code that outputs acrobatics specific paths inside this package, to avoid dependency cycles.
  • Check usage of check_rxyz_input and possibly also move to acrolib.geometry.
  • Do something about the endless number of imports in many files. (Move some things to the global acrobotics namespace?)
  • Start working with a develop branch and releases, just for fun?
  • Refactor to more generic support for Casadi types. This would make it easy to also support simpy for example.

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.