Skip to content

Commit

Permalink
(serve_breakfast) fix import (#1351)
Browse files Browse the repository at this point in the history
* (serve_breakfast) fix import

* fix typo
  • Loading branch information
MatthijsBurgh authored Jul 22, 2024
1 parent e9dd7bf commit b2cc3f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

from challenge_serve_breakfast.tuning import REQUIRED_ITEMS, JOINTS_HANDOVER
from robot_skills import get_robot
# ROS
from robot_skills.arm.arms import GripperTypes

from pykdl_ros import VectorStamped
from robot_smach_states.human_interaction import Say
from robot_smach_states.manipulation.active_grasp_detector import ActiveGraspDetector
Expand Down

0 comments on commit b2cc3f9

Please sign in to comment.