diff --git a/README.md b/README.md index 6c2d394..214266a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Queue](#queue) - [Recommender Systems](#recommender-systems) - [RESTful API](#restful-api) + - [Robotics](#robotics) - [RPC Servers](#rpc-servers) - [Science](#science) - [Search](#search) @@ -964,6 +965,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems. * [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3. +## Robotics + +*Libraries for robotics.* + +* [PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics) - This is a compilation of various robotics algorithms with visualizations. +* [rospy](http://wiki.ros.org/rospy) - This is a library for ROS (Robot Operating System). + ## RPC Servers *RPC-compatible servers.*