You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
26
26
- [Multimedia](#multimedia)
27
27
- [Networking](#networking)
28
28
- [Physics](#physics)
29
+
- [Robotics](#robotics)
29
30
- [Scientific Computing](#scientific-computing)
30
31
- [Scripting](#scripting)
31
32
- [Serialization](#serialization)
@@ -333,6 +334,15 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
333
334
*[ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D. [BSD-like]
334
335
*[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]
335
336
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
+
336
346
## Scientific Computing
337
347
*[FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL]
338
348
*[GSL](http://www.gnu.org/software/gsl/) - GNU scientific library. [GPL]
0 commit comments