Skip to content

Commit dedadcc

Browse files
author
YH.Wang
committed
1.0.5 Add the TM30S mesh files, Xacro simulation models and update relative joint_velocity_limit values.
1 parent 7792c76 commit dedadcc

18 files changed

+251348
-35
lines changed

doc/tm_humble_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The user can use the tm_mod_urdf package to extract specific kinematic values fr
1414
>```
1515
> * <script_name> : Provide modify_xacro.py or modify_urdf.py two Python scripts program as options.
1616
> * <urdf_from>: The first argument represents the original URDF model form of the TM Robot, and the file part naming <sup>1</sup> is <urdf_from>.<br/>
17-
> <sup>1</sup> There will be several built-in TM Robot nominal robot model settings, available for TM5S, TM7S, TM12S, TM14S, and TM25S models.<br/>
17+
> <sup>1</sup> There will be several built-in TM Robot nominal robot model settings, available for TM5S, TM7S, TM12S, TM14S, TM25S, and TM30S models, as well as the eyeless models TM5SX, and TM7SX models.<br/>
1818
> For example, select your real robot type as the input nominal model form. If your TM robot is TM12S, then the user can type tm12s as the <urdf_from>.<br/>
1919
> * <urdf_gen>: The second argument means the newly generated URDF model form of the TM Robot, and the file <sup>2</sup> name is <urdf_gen>.<br/>
2020
> <sup>2</sup> For example, if the user names it test and select modify_xacro.py as script program, a test.urdf.xacro robot description file will be generated.<br/>

doc/tm_humble_description_e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The user can use the tm_mod_urdf package to extract specific kinematic values fr
1414
>```
1515
> * <script_name> : Provide modify_xacro.py or modify_urdf.py two Python scripts program as options.
1616
> * <urdf_from>: The first argument represents the original URDF model form of the TM Robot, and the file part naming <sup>1</sup> is <urdf_from>.<br/>
17-
> <sup>1</sup> There will be several built-in TM Robot nominal robot model settings, available for TM5S, TM7S, TM12S, TM14S, and TM25S models.<br/>
17+
> <sup>1</sup> There will be several built-in TM Robot nominal robot model settings, available for TM5S, TM7S, TM12S, TM14S, TM25S, and TM30S models, as well as the eyeless models TM5SX, and TM7SX models.<br/>
1818
> For example, select your real robot type as the input nominal model form. If your TM robot is TM12S, then the user can type tm12s as the <urdf_from>.<br/>
1919
> * <urdf_gen>: The second argument means the newly generated URDF model form of the TM Robot, and the file <sup>2</sup> name is <urdf_gen>.<br/>
2020
> <sup>2</sup> For example, if the user names it test and select modify_xacro.py as script program, a test.urdf.xacro robot description file will be generated.<br/>
186 KB
Binary file not shown.
97 KB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
newmtl DEFAULT_MTL
2+
Kd 0.695 0.743 0.790
3+
4+
newmtl MTL0
5+
Kd 0.220 0.230 0.280
6+
7+
newmtl MTL1
8+
Kd 0.961 0.961 0.961
9+
10+
newmtl MTL2
11+
Kd 0.408 0.400 0.400
12+
13+
newmtl MTL3
14+
Kd 0.000 0.000 0.000
15+
16+
newmtl MTL4
17+
Kd 1.000 0.000 0.000
18+
19+
newmtl MTL5
20+
Kd 0.820 0.830 0.840
21+

0 commit comments

Comments
 (0)