Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWIG chokes on ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED #132

Closed
RaulFdzbis opened this issue Dec 15, 2017 · 4 comments
Closed

SWIG chokes on ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED #132

RaulFdzbis opened this issue Dec 15, 2017 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@RaulFdzbis
Copy link
Member

swig chokes on ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED

just try to include ICartesianSolver.h in bindings

@RaulFdzbis
Copy link
Member Author

PS: blame @jgvictores

@RaulFdzbis
Copy link
Member Author

Hack for 9f396c0 at 78683cb

@PeterBowman PeterBowman added the bug Something isn't working label Jan 19, 2018
@PeterBowman
Copy link
Member

Done at cdc0133.

@PeterBowman
Copy link
Member

For the record, this is the error thrown when trying to compile the bindings for ICartesianControl:

/usr/local/include/ICartesianSolver.h:41: Error: Syntax error in input(3).

Line 41 refers to:

ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED virtual bool getNumLinks(int* numLinks)
{
CD_WARNING("getNumLinks deprecated: use getNumJoints instead.\n");
return getNumJoints(numLinks);
}

@PeterBowman PeterBowman changed the title swig chokes on ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED SWIG chokes on ROBOTICSLAB_KINEMATICS_DYNAMICS_DEPRECATED Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants