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
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# :robot: Robot Library:open_book:
1
+
# :robot: Robot Library
2
2
3
-
Robot Library is a C++ package for modeling, trajectory generation, and control of robots. The current release now supports torque control of robot arms. Check out these repositories for implementations of:
3
+
Robot Library is a C++ package for modeling, trajectory generation, and control of robots. The current release supports velocity, torque, and (inertia-free) impedance control. Check out the following repositories to see it in action:
4
4
-[Velocity control](https://github.com/Woolfrey/control_serial_link_velocity), or
You should now be able to include different parts of the library in your C++ files.
126
126
127
-
[:top: Back to Top.](#robot-robot-library-open_book)
127
+
[:top: Back to Top.](#robot-robot-library)
128
128
129
129
## :rocket: Using Robot Library
130
130
@@ -183,7 +183,7 @@ If you would like to see examples where `RobotLibrary` has been applied, you can
183
183
-[Kuka iiwa14 velocity control](https://github.com/Woolfrey/control_kuka_velocity) : a ROS2 package which implements the former action server, and
184
184
-[TestingRobotLibrary](https://github.com/Woolfrey/testing_robot_library) : C++ executables I use for numerical validation of RobotLibrary.
185
185
186
-
[:top: Back to Top.](#robot-robot-library-open_book)
186
+
[:top: Back to Top.](#robot-robot-library)
187
187
188
188
## :handshake: Contributing
189
189
@@ -194,29 +194,31 @@ Contributions to this repositore are welcome! Feel free to:
194
194
195
195
If you're looking for ideas, you can always check the [Issues tab](https://github.com/Woolfrey/software_robot_library/issues) for those with :raising_hand:[OPEN]. These are things I'd like to implement, but don't have time for. It'd be much appreciated, and you'll be tagged as a contributor :sunglasses:
196
196
197
-
[:top: Back to Top.](#robot-robot-library-open_book)
197
+
[:top: Back to Top.](#robot-robot-library)
198
198
199
199
## :bookmark_tabs: Citing this Repository
200
200
201
201
If you find this code useful, spread the word by acknowledging it. Click on `Cite this repository` under the **About** section in the top-right corner of this page :arrow_upper_right:.
Woolfrey, J. (2025). Robot Library (Version 1.2.0). Retrieved from https://github.com/Woolfrey/software_robot_library
218
+
Woolfrey, J. (2025). Robot Library (Version 2.0.0). Retrieved from https://github.com/Woolfrey/software_robot_library
217
219
```
218
220
219
-
[:top: Back to Top.](#robot-robot-library-open_book)
221
+
[:top: Back to Top.](#robot-robot-library)
220
222
221
223
## :scroll: License
222
224
@@ -227,4 +229,4 @@ This project is licensed under an **Open Source / Commercial Use License (OSCL)*
227
229
228
230
This license is designed to encourage open collaboration — but if you profit, then so must I (if only a little :pinching_hand:). See the full [LICENSE](./LICENSE) for complete terms.
229
231
230
-
[:top: Back to Top.](#robot-robot-library-open_book)
0 commit comments