disaster-robotics-proalertas / usv_sim_lsa

Unmanned Surface Vehicle simulation on Gazebo with water current and winds
Apache License 2.0
317 stars 105 forks source link

Solve lack of code reuse in uwsim scene description file #8

Closed davihdsantos closed 5 years ago

davihdsantos commented 6 years ago

At the moment for each combination of scenario + usv we must create a xml file for uwsim. I believe we can increase code reuse by using two files: a xml file describing the topics of each usv model and another describing the scenario, and importing the desired model in the scenario xml. A change on how uwsim reads the xml is needed since xml import is sequential.