error: expected primary-expression before ‘const’
This is the code snippet that’s giving this error. The line has been marked in the code snippet.
Code
class ignition::gazebo::systems::amclPrivate
{
public: Model model{kNullEntity};
public: bool updateAmclPose(const EntityCompone…