Skip to content

fix compatibility with KDL 1.3#1228

Merged
rhaschke merged 1 commit intomelodic-develfrom
pr-melodic-fix-kdl-backward-compatibility
Nov 27, 2018
Merged

fix compatibility with KDL 1.3#1228
rhaschke merged 1 commit intomelodic-develfrom
pr-melodic-fix-kdl-backward-compatibility

Conversation

@v4hn
Copy link
Copy Markdown
Contributor

@v4hn v4hn commented Nov 26, 2018

  • The previous VERSION_LESS check is broken,
    the orocos_kdl_VERSION is not evaluated in this context

  • The definition is not exported to third-party projects
    that might include the header. After all these headers are public API.

Verified to compile with ROS kinetic + external kinematics plugin that include the headers (ur_kinematics).

- The previous VERSION_LESS check is broken,
the orocos_kdl_VERSION is not evaluated in this context

- The definition is not exported to third-party projects
that might include the header. After all these headers are public API.
@v4hn v4hn requested a review from rhaschke November 26, 2018 17:21
@rhaschke rhaschke mentioned this pull request Nov 26, 2018
12 tasks
Copy link
Copy Markdown
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous VERSION_LESS check is broken, the orocos_kdl_VERSION is not evaluated in this context.

I think it is. At least in my checks it was.

The definition is not exported to third-party projects.

That's true. So, your solution is better.

@rhaschke rhaschke merged commit f3ee0c7 into melodic-devel Nov 27, 2018
@rhaschke rhaschke deleted the pr-melodic-fix-kdl-backward-compatibility branch November 27, 2018 10:13
@v4hn
Copy link
Copy Markdown
Contributor Author

v4hn commented Nov 30, 2018

The previous VERSION_LESS check is broken, the orocos_kdl_VERSION is not evaluated in this context.

I think it is. At least in my checks it was.

In this case that might again be a difference between kinetic & melodic.
I did not investigate further, but it believe we checked and it was not evaluated.
The version check returned the wrong result with the right version number at least.

sjahr pushed a commit to sjahr/moveit that referenced this pull request Jun 21, 2024
Signed-off-by: Tyler Weaver <tylerjw@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants