mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Added robotics section
This commit is contained in:
parent
d15d4c4492
commit
4896fae205
1 changed files with 8 additions and 0 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue