Skip to content

Duplicate function definition in joint_trajectory_controller #602

Description

@Hugal31

As said in #153, some defined function in the internal namespace are not inlined in joint_trajectory_controller_impl.h.

This cause a "duplicate definition" issue when trying to link a library that include joint_trajectory_controller.h in two compile units.

A simple fix would be to move those funciton in an anonymous namespace, or add the inline or static qualifiers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions