Added robotics section

This commit is contained in:
Daniel Ingram 2018-09-16 16:57:51 -04:00
parent d15d4c4492
commit 4896fae205
1 changed files with 8 additions and 0 deletions

View File

@ -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.*