Skip to content

Commit

Permalink
[gpt4v_vqa] bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jan 9, 2024
1 parent 3634800 commit c03dcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4v_vqa/node_scripts/vqa_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import actionlib
import rospy
from jsk_recognition.msg import VQATaskAction, VQATaskGoal
from jsk_recognition_msgs.msg import VQATaskAction, VQATaskGoal

if __name__ == "__main__":
rospy.init_node("vqa_interpreter")
Expand Down

0 comments on commit c03dcdf

Please sign in to comment.