Skip to content

Commit

Permalink
1.2.0 release (#5)
Browse files Browse the repository at this point in the history
* Adding commented out link to saphyr.

* Moved degree function outside the middle of the parent function body.

* Improved version of from_yaml_file

* Restoring lost comment.

* Made progress with parameter extraction from URDF

* Completed URDF extractor and unified error with YAML reader.

* Beautifying URDF extractor.

* One more test for parameter extractor

* Printing YAML OPW parameters

* URDF parameter parser hardening

* URDF parameter parser hardening

* Restructuring test data folder and including the licenses.

* Named joints

* Added some comments on modules

* main.rs is now URDF to OPW converter
  • Loading branch information
bourumir-wyngs authored May 21, 2024
1 parent 46980e6 commit d61fd57
Show file tree
Hide file tree
Showing 28 changed files with 2,418 additions and 121 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run URDF extractor
run: cargo run src/tests/data/fanuc/lrmate200ib_macro.xacro
- name: Build without features
run: cargo build --no-default-features --verbose
- name: Run tests without features
run: cargo test --no-default-features --verbose
- name: Run URDF extractor once more
run: cargo run




1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.idea

/src/tests/data/tmp/
271 changes: 266 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d61fd57

Please sign in to comment.