Skip to content
Snippets Groups Projects
Commit 733d610d authored by root's avatar root
Browse files

Aligned labels

parent 13f7dcfe
No related branches found
No related tags found
Loading
......@@ -48,7 +48,7 @@ def emotion_detection():
while not rospy.is_shutdown():
message = Float32MultiArray(data=get_emotion())
message.layout.dim.append(MultiArrayDimension(label="Angry"))
message.layout.dim.append(MultiArrayDimension(label="Anger"))
message.layout.dim.append(MultiArrayDimension(label="Happiness"))
message.layout.dim.append(MultiArrayDimension(label="Neutral"))
message.layout.dim.append(MultiArrayDimension(label="Sadness"))
......
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