Skip to content

compilation error with dynamic reconfigure #7

@fevb

Description

@fevb

Hi,

When trying to compile a node which includes BFL and a generated dynamic reconfigure header file, the compilation gives the following error in the generated dynamic reconfig header file:

... error: expected identifier before numeric constant
... error: expected unqualified-id before numeric constant
... error: expected } at end of input
...

This can be verified by compiling an empty executable with the following includes:

#include <ros/ros.h> 
#include <bfl/filter/extendedkalmanfilter.h> 
#include <dynamic_reconfigure/server.h>
// Dynamic reconfig header:
#include <package/ParamConfig.h>

I am running hydro. I can put up a small example with a node if necessary.

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