Skip to content

Commit 43b83ca

Browse files
committed
Robotics
1 parent a2ba1c3 commit 43b83ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
2626
- [Multimedia](#multimedia)
2727
- [Networking](#networking)
2828
- [Physics](#physics)
29+
- [Robotics](#robotics)
2930
- [Scientific Computing](#scientific-computing)
3031
- [Scripting](#scripting)
3132
- [Serialization](#serialization)
@@ -333,6 +334,15 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
333334
* [ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D. [BSD-like]
334335
* [Simbody](https://github.com/simbody/simbody) - High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. [Apache2]
335336

337+
## Robotics
338+
339+
* [MOOS-IvP](http://moos-ivp.org) - A set of open source C++ modules for providing autonomy on robotic platforms, in particular autonomous marine vehicles.
340+
* [MRPT](http://www.mrpt.org/) - Mobile Robot Programming Toolkit. [BSD]
341+
* [PCL](https://github.com/PointCloudLibrary/pcl) - Point Cloud Library is a standalone, large scale, open project for 2D/3D image and point cloud processing [BSD] (website)[http://www.pointclouds.org/]
342+
* [Robotics Library (RL)](http://www.roboticslibrary.org/) - A self-contained C++ library for robot kinematics, motion planning and control. [BSD]
343+
* [RobWork](http://www.robwork.dk/jrobwork/) - A collection of C++ libraries for simulation and control of robot systems. [Apache2]
344+
* [ROS](http://wiki.ros.org/) - Robot Operating System provides libraries and tools to help software developers create robot applications. [BSD]
345+
336346
## Scientific Computing
337347
* [FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL]
338348
* [GSL](http://www.gnu.org/software/gsl/) - GNU scientific library. [GPL]

0 commit comments

Comments
 (0)