Skip to content

Commit f5d5cbd

Browse files
Mr-toothCopilot
andcommitted
fix: stabilize OSS validation gates to full green
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6592823 commit f5d5cbd

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
2626
precommit: ## Run pre-commit on all files
2727
pre-commit run --all-files
2828

29+
release: release-check ## Run release validation gates
30+
2931
release-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

example/robots/booster_t1/T1_23dof.urdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -58,7 +58,7 @@
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"
@@ -511,7 +511,7 @@
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

scripts/setup_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ echo "To activate environment:"
4747
echo " conda activate ${ENV_NAME}"
4848
echo
4949
echo "Try:"
50-
echo " motion_player --help"
50+
echo " motion_player --help"

scripts/setup_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ echo "To activate environment:"
4747
echo " conda activate ${ENV_NAME}"
4848
echo
4949
echo "Try:"
50-
echo " motion_player --help"
50+
echo " motion_player --help"

scripts/setup_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ echo Try:
5252
echo motion_player gui
5353
echo.
5454

55-
endlocal
55+
endlocal

0 commit comments

Comments
 (0)