Skip to content

Commit

Permalink
Add link to blog post (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jun 30, 2024
1 parent 7c55945 commit d9aef77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Educational Python library for manipulator motion planning.

This library extensively uses the [Pinocchio](https://github.com/stack-of-tasks/pinocchio) Python bindings for modeling robot kinematics and dynamics.

For more information, refer to the [full documentation](https://pyroboplan.readthedocs.io/en/latest/).
For more information, refer to the [full documentation](https://pyroboplan.readthedocs.io/en/latest/) or my [blog post on motion planning](https://roboticseabass.com/2024/06/30/how-do-robot-manipulators-move).

By Sebastian Castro, 2024

Expand Down
3 changes: 2 additions & 1 deletion docs/source/motion_planning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Motion Planning
===============

Motion planning is a broad area of robotics, and often consists of several components.
In this page, we will discuss some of these components and where you can find them within the ``pyroboplan`` library.
You can learn more from my blog post, [How Do Robot Manipulators Move?](https://roboticseabass.com/2024/06/30/how-do-robot-manipulators-move)

In this page, we will discuss some of these components and where you can find them within the ``pyroboplan`` library.

Robot Modeling and Kinematics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d9aef77

Please sign in to comment.