From 0beafed9ad86c92db9ef890942b25fa7b128e86c Mon Sep 17 00:00:00 2001 From: Ricardo Rico Uribe Date: Fri, 10 Jul 2020 10:16:45 +0200 Subject: [PATCH] modified to be able to work with vrx hosted at ensta - missing thruster --- README.md | 157 +----------------- .../urdf/aquanaute_description.urdf.xacro | 2 +- aquanaute_gazebo/launch/world.launch | 47 ++++++ .../urdf/aquanaute_gazebo.urdf.xacro | 4 +- 4 files changed, 55 insertions(+), 155 deletions(-) create mode 100644 aquanaute_gazebo/launch/world.launch diff --git a/README.md b/README.md index 23db390..6381d66 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,18 @@ Repository to simulate the Aquanaute boat in maritime conditions such as wind an ## Installation * Clone this repo to a Catkin Workspace -* Clone the VRX repo to the same Workspace (https://github.com/osrf/vrx) -* In the path - ``` - "workspace"/src/vrx/vrx_gazebo/launch/ - ``` - create a new launch file "name".launch and copy the code provided below -* In the path - ``` - "workspace"/src/vrx/vrx_gazebo/worlds/ocean.world.xacro - ``` - delete the contents of the file and replace them with the code provided below + +* Clone the VRX repo (hosted at ensta) to the same Workspace (http://git-u2is.ensta.fr/ssh/vrx) and checkout to the branch "aquanaute" ## Usage ### modify wind and waves - in the ocean.world.xacro you have + in the ocean.world.xacro you have found in /vrx_gazebo/worlds ```xml - + @@ -49,149 +40,11 @@ in the workspace run the command at the beginning (and every time you change a p then launch the file you created ```bash - roslaunch vrx_gazebo name.launch + roslaunch aquanaute_gazebo world.launch ``` ## Author Ricardo RICO URIBE intern at U2IS in the summer of 2020 -## Code -### .launch -```xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -``` -### ocean.world.xacro -```xml - - - - - - - - - - 40 40 20 0 0.4 180 - orbit - perspective - - - - - - - - 6 - 18 - - 12 - 1.57079 - - - false - false - - - - - model://sun - - - - - - - - - - - - aquanaute - base_link - 0.5 0.5 0.33 - - - - - - - -``` - ## License diff --git a/aquanaute_description/urdf/aquanaute_description.urdf.xacro b/aquanaute_description/urdf/aquanaute_description.urdf.xacro index 1280b12..8813e46 100644 --- a/aquanaute_description/urdf/aquanaute_description.urdf.xacro +++ b/aquanaute_description/urdf/aquanaute_description.urdf.xacro @@ -1,5 +1,5 @@ - + diff --git a/aquanaute_gazebo/launch/world.launch b/aquanaute_gazebo/launch/world.launch new file mode 100644 index 0000000..abc3151 --- /dev/null +++ b/aquanaute_gazebo/launch/world.launch @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aquanaute_gazebo/urdf/aquanaute_gazebo.urdf.xacro b/aquanaute_gazebo/urdf/aquanaute_gazebo.urdf.xacro index 8ccea53..7f1560c 100644 --- a/aquanaute_gazebo/urdf/aquanaute_gazebo.urdf.xacro +++ b/aquanaute_gazebo/urdf/aquanaute_gazebo.urdf.xacro @@ -1,10 +1,10 @@ - + - + -- GitLab