I\'m using FOSUserBundle to authenticate my users.
I\'m trying to get the user object inside the Controller to register a trip where I should add the user object to
I think Ramon is right. You already have the user object.
Also in Symfony > 2.1.x you can use
$this->getUser();
inside the controller.