Skip to content
Snippets Groups Projects
Commit a8efaaf3 authored by pal's avatar pal
Browse files

change path for folder

parent 93a47078
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class Face: ...@@ -57,7 +57,7 @@ class Face:
self.robot_gender = rospy.get_param("/gender") self.robot_gender = rospy.get_param("/gender")
# determine the path and set the default path place # determine the path and set the default path place
os.chdir(r'/home/{}/pal/cognitive_game_ws/src/robot_facial_expression/scripts'.format(getpass.getuser())) os.chdir(r'/home/{}/cognitive_game_ws/src/robot_facial_expression/scripts'.format(getpass.getuser()))
''' Parts of the face of baxter are defined.''' ''' Parts of the face of baxter are defined.'''
self.backgroundImage = Image.open("data/"+self.robot_gender+"/baxter_background.png") # Background behind the eyes self.backgroundImage = Image.open("data/"+self.robot_gender+"/baxter_background.png") # Background behind the eyes
# Face partions objects # Face partions objects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment