# Aquanaute Repository to simulate the Aquanaute boat in maritime conditions such as wind and waves with the plugins created for the VRX and VRX-Challenge in Gazebo and ROS. ## Installation * Clone this repo to a Catkin Workspace * 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 found in /vrx_gazebo/worlds ```xml wamv base_link 0.5 0.5 0.33 ``` it is configured to have no waves and no wind, also the wind and the waves move in the same direction, to activate wind and waves change the "mean_vel" and "gain" parameters respectively (recomended values are smaller than 1.0). ### run in the workspace run the command at the beginning (and every time you change a parameter) ```bash catkin_make ``` then launch the file you created ```bash roslaunch aquanaute_gazebo world.launch ``` ## Author Ricardo RICO URIBE intern at U2IS in the summer of 2020 ## License