Load a sample road

Issue #5 resolved
Agustin Alba Chicar created an issue

We need to add a road via the plugin so as to compare the model generation. We have seen that roads do not create models and we want to create one and compare to the results given from issue #4.

Comments (10)

  1. Agustin Alba Chicar reporter

    @andres_fortier, @JChoclin After the meeting we decided to compile Gazebo from this commit. So, taking the docker image from here I've started to compile it. API is different and Road2d class seems to have an interface to create it from a Road message so I'll be heading that way.

    It is important to say that Road class in physics namespace it's not a Model, so that's why when you load on Gazebo current generated worlds, roads are not loaded in models tab. Future work will be making roads as models so as to solve collisions, materials, etc.

  2. Agustin Alba Chicar reporter

    Docker compilation went OK. We are working with dockerized Gazebo client and server.

  3. Agustin Alba Chicar reporter

    @andres_fortier, @JChoclin some improvements here:

    FirstRoad.png

    Docker rendering isn't the best but we've got out first road from the docker container.

  4. Log in to comment