From 16cf0cd1873fea9ba53a0c89f0c43dedab6c0b6f Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Tue, 20 Mar 2018 14:27:31 -0300 Subject: [PATCH] twil_description: included front wheel included argument for paused start in simulation launch files --- .gitignore | 2 +- twil_control_gazebo/mainpage.dox | 14 ++++++++++++++ twil_description/launch/twil_sim.launch | 7 ++++++- twil_description/launch/twil_wam_sim.launch | 7 ++++++- twil_description/mainpage.dox | 14 ++++++++++++++ twil_description/xacro/twil.urdf.xacro | 22 +++++++++++++++++++--- 6 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 twil_control_gazebo/mainpage.dox create mode 100644 twil_description/mainpage.dox diff --git a/.gitignore b/.gitignore index 35d74bb..c1edc29 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ devel_isolated/ /cfg/*.py # Ignore generated docs -*.dox +#*.dox *.wikidoc # eclipse stuff diff --git a/twil_control_gazebo/mainpage.dox b/twil_control_gazebo/mainpage.dox new file mode 100644 index 0000000..590fcdc --- /dev/null +++ b/twil_control_gazebo/mainpage.dox @@ -0,0 +1,14 @@ +/** +\mainpage +\htmlinclude manifest.html + +\b twil_control_gazebo + + + +--> + + +*/ diff --git a/twil_description/launch/twil_sim.launch b/twil_description/launch/twil_sim.launch index 9b13c48..58e959c 100644 --- a/twil_description/launch/twil_sim.launch +++ b/twil_description/launch/twil_sim.launch @@ -1,6 +1,11 @@ + + + - + + + diff --git a/twil_description/launch/twil_wam_sim.launch b/twil_description/launch/twil_wam_sim.launch index eccc16a..28aa15a 100644 --- a/twil_description/launch/twil_wam_sim.launch +++ b/twil_description/launch/twil_wam_sim.launch @@ -1,7 +1,12 @@ + + + - + + + diff --git a/twil_description/mainpage.dox b/twil_description/mainpage.dox new file mode 100644 index 0000000..40fed2b --- /dev/null +++ b/twil_description/mainpage.dox @@ -0,0 +1,14 @@ +/** +\mainpage +\htmlinclude manifest.html + +\b twil_description + + + +--> + + +*/ diff --git a/twil_description/xacro/twil.urdf.xacro b/twil_description/xacro/twil.urdf.xacro index efca20e..d4ef22d 100644 --- a/twil_description/xacro/twil.urdf.xacro +++ b/twil_description/xacro/twil.urdf.xacro @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -56,8 +56,24 @@ - + + + + + + + + + + + + + + + + -- 2.12.0