Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,18 @@
"description": "PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.",
"image": "https://pytorch.org/assets/images/pytorch-logo.png"
},

"ROS": {
"imports": ["rospy"],
"technologies": ["Robotic"],
"description": "Robot Operating System (ROS) is a set of software libraries and tools that help you build robot applications.",
"image": "https://www.ros.org/imgs/logo-white.png"
},
"ROS2": {
"imports": ["rclpy"],
"technologies": ["Robotic"],
"description": "Robot Operating System 2 (ROS2) is a set of software libraries and tools that help you build robot applications.",
"image": "https://www.ros.org/imgs/logo-white.png"
},
"Scikit-Learn": {
"imports": ["sklearn"],
"technologies": ["Machine Learning", "Data Analysis"],
Expand Down