@@ -43,7 +43,7 @@ KinectPlugin::~KinectPlugin()
4343
4444void KinectPlugin::initialize (ed::InitData& init)
4545{
46- tue::Configuration& config = init.config ;
46+ tue::Configuration& config = init.config ;
4747
4848 std::string topic;
4949 if (config.value (" topic" , topic))
@@ -69,7 +69,7 @@ void KinectPlugin::initialize(ed::InitData& init)
6969
7070void KinectPlugin::process (const ed::PluginInput& data, ed::UpdateRequest& req)
7171{
72- const ed::WorldModel& world = data.world ;
72+ const ed::WorldModel& world = data.world ;
7373
7474 // - - - - - - - - - - - - - - - - - -
7575 // Fetch kinect image and pose
@@ -148,7 +148,7 @@ bool KinectPlugin::srvGetImage(ed_sensor_integration_msgs::GetImage::Request& re
148148// ----------------------------------------------------------------------------------------------------
149149
150150bool KinectPlugin::srvUpdate (ed_sensor_integration_msgs::Update::Request& req, ed_sensor_integration_msgs::Update::Response& res)
151- {
151+ {
152152 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
153153 // Get new image
154154
@@ -206,7 +206,7 @@ bool KinectPlugin::srvRayTrace(ed_sensor_integration_msgs::RayTrace::Request& re
206206{
207207 if (req.raytrace_pose .header .frame_id != " /map" && req.raytrace_pose .header .frame_id != " map" )
208208 {
209- ROS_ERROR (" KinectPlugin::srvRayTrace only works with poses expressed in / map frame" );
209+ ROS_ERROR (" KinectPlugin::srvRayTrace only works with poses expressed in map frame" );
210210 return false ;
211211 }
212212
0 commit comments