Summary: Robosoft proposes two new tutorials to further develop the capabilities of the Simulation Tutorials provided with the MSRS: how to integrate your own models of robots, how to integrate a 4 wheel robot and how to use XML files to configure your simulated robot
Robosoft developed two new tutorials based on the Simulation Tutorials provided with the MSRS. We decided to share them with the MSRS community. You can control the new simulated robots using the SampleDashboard, like in the other simulation tutorials provided as samples with the MSRS.
In the first tutorial, you will :
- Learn how to derive the DifferentialDriverEntity class in order to change the settings of the robot,
- Learn how to integrate your 3D model and bind it with the physic model,
- Learn how to define your robot into an simple XML file and how to parse it for the integration in the simulation. No need to recompile your code if you want to change some parameters or make a simulation for a new model of robot.
In the second tutorial you will see how we can simulate a 4 wheel differential drive robot (or a caterpillar based robot). Mode precisely you will see examples of :
- how to extend the VisualEntity class in order to create a FourWheelDriveEntity class,
- how to change the velocity of each of the four wheels of the robot,
These tutorials are available at http://www.robosoft.fr/eng/categorie.php?id=1011
Contact/support about these tutorials : Nicolas Dalmasso (Daedar on the MSRS newsgroups) : dalmasso@polytech.unice.frMichel Buffa/Robosoft