-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement get_latest_urdf() with error handling * Implement get_joint_limits() * Implement make_joints_rigid() * Implement merge_arm() * Implement add_virtual_rotary_joint() * Implement clip_joint_limits() * Implement generate_ik_urdfs() * Implement generate_urdf_from_robot() * Generate Web Teleop's URDF on-the-fly * Remove preparation script * Switch to using Stretch URDF * Add Stretch URDF dependency * CMake doesnt need to install urdf/ anymore * Run prettier * Run prettier --------- Co-authored-by: hello-vinitha <[email protected]>
- Loading branch information
1 parent
f4df34e
commit eef1035
Showing
6 changed files
with
7 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
gTTS | ||
hello-robot-stretch-urdf>=0.1.0 | ||
loguru | ||
pin | ||
PyAudio==0.2.14 | ||
|
Empty file.