diff --git a/pps_ws/src/d_fall_pps/src/FollowN_1Service.cpp b/pps_ws/src/d_fall_pps/src/FollowN_1Service.cpp
index 355d02cb8654fd767f756cfaaec4ca0591b92d22..67e4800c04b6bc73f7b77fe1a50f93ad03581cbc 100644
--- a/pps_ws/src/d_fall_pps/src/FollowN_1Service.cpp
+++ b/pps_ws/src/d_fall_pps/src/FollowN_1Service.cpp
@@ -219,10 +219,10 @@ int main(int argc, char* argv[]) {
     loadParameters(nodeHandle);
 
     int student_id;
-    std::string namespace = ros::this_node::getNamespace();
-    ros::NodeHandle PPSClient_nodeHandle(namespace + "/PPSClient");
+    std::string m_namespace = ros::this_node::getNamespace();
+    ros::NodeHandle PPSClient_nodeHandle(m_namespace + "/PPSClient");
 
-    if(!namespace_nodeHandle.getParam("studentID", student_id))
+    if(!PPSClient_nodeHandle.getParam("studentID", student_id))
     {
 		ROS_ERROR("Failed to get studentID from FollowN_1Service");
 	}