File tree Expand file tree Collapse file tree
example/robots/booster_t1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .PHONY : help install-dev lint test test-quick check precommit release-check
1+ .PHONY : help install-dev lint test test-quick check precommit release release -check
22
33.DEFAULT_GOAL := help
44
@@ -26,5 +26,7 @@ check: lint test ## Run lint and tests
2626precommit : # # Run pre-commit on all files
2727 pre-commit run --all-files
2828
29+ release : release-check # # Run release validation gates
30+
2931release-check : lint test # # Run OSS release checks
3032 $(PYTEST ) -q tests/test_docs_version_state.py tests/test_release_backfill_state.py tests/test_roadmap_versions.py
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com)
2+ <!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner (brawner@gmail.com)
33 Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
44 For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
55<robot
5858 <color
5959 rgba =" 0.69804 0.69804 0.69804 1" />
6060 </material >
61- </visual >
61+ </visual >
6262 <collision >
6363 <origin
6464 xyz =" 0.06 0 0.12"
511511 <link
512512 name =" AR3" >
513513 <inertial >
514- <origin
514+ <origin
515515 xyz =" 0.000000 -0.085353 -0.000099"
516516 rpy =" 0 0 0" />
517517 <mass
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ echo "To activate environment:"
4747echo " conda activate ${ENV_NAME} "
4848echo
4949echo " Try:"
50- echo " motion_player --help"
50+ echo " motion_player --help"
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ echo "To activate environment:"
4747echo " conda activate ${ENV_NAME} "
4848echo
4949echo " Try:"
50- echo " motion_player --help"
50+ echo " motion_player --help"
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ echo Try:
5252echo motion_player gui
5353echo .
5454
55- endlocal
55+ endlocal
You can’t perform that action at this time.
0 commit comments