Giter VIP home page Giter VIP logo

ambf_control_system's People

Contributors

burningombre avatar cshreyastech avatar gfisch44 avatar nag92 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ambf_control_system's Issues

Model paring failed

The kuka model failed while attempting to parse

root node: base
kuka_control_node: /usr/local/include/rbdl/Joint.h:428: RigidBodyDynamics::Joint::Joint(RigidBodyDynamics::JointType, const Vector3d&): Assertion `joint_type == JointTypeRevolute || joint_type == JointTypePrismatic' failed.
Aborted (core dumped)

compilation issues

.../ambf_control_system/build/devel/include/rbdl_server/RBDLInverseDynamics.h:15:1: error: expected unqualified-id before 'namespace'
15 | namespace rbdl_server
| ^~~~~~~~~
..../ambf_control_system/build/devel/include/rbdl_server/RBDLInverseDynamics.h:40:31: error: 'RBDLInverseDynamics' is not a member of 'rbdl_server'; did you mean 'RBDLInverseDynamicsRequest'?
40 | struct MD5Sum< ::rbdl_server::RBDLInverseDynamics > {
|

It looks like there is build order issue in rbdl_server package.

Workaround:
run make a couple of times.

several joint types missing

There are serval joint types. From the parser the following joint types are possible

    def assign_joint_params_from_ambf_constraint(self, joint_obj_handle, joint_data):
        if joint_obj_handle.ambf_constraint_type == 'REVOLUTE':
            joint_data['type'] = 'revolute'
        elif joint_obj_handle.ambf_constraint_type == 'PRISMATIC':
            joint_data['type'] = 'prismatic'
        elif joint_obj_handle.ambf_constraint_type == 'LINEAR_SPRING':
            joint_data['type'] = 'linear spring'
        elif joint_obj_handle.ambf_constraint_type == 'TORSION_SPRING':
            joint_data['type'] = 'angular spring'
        elif joint_obj_handle.ambf_constraint_type == 'FIXED':
            joint_data['type'] = 'fixed'
        elif joint_obj_handle.ambf_constraint_type == 'P2P':
            joint_data['type'] = 'p2p'

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.