Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Jan 13, 2024
1 parent a61adbc commit a49e00c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@ check_untyped_defs = true
module = [
"rospy",
"rostest",
"rospkg",
"cv_bridge",
"dynamic_reconfigure.*",
"tracking_ros.cfg",
"std_srvs.srv",
"sensor_msgs.msg",
"geometry_msgs.msg",
"jsk_recognition_msgs.msg",
"jsk_topic_tools",
"jsk_data",
"torchvision",
"supervision",
"deva.*",
"cutie.*",
"groundingdino"
"groundingdino.*",
"GroundingDINO.*",
"segment_anything",
"segment_anything_hq",
"mobile_sam"
]
ignore_missing_imports = true

0 comments on commit a49e00c

Please sign in to comment.