This package provide the necessary launch files and config files to start up the model car. Check the main [model car documentation](https://gitlab.iri.upc.edu/mobile_robotics/adc/platforms/model_car/iri_model_car_how_to) for further information.
This package, as well as all IRI dependencies, can be installed by cloning the
repository inside the active workspace:
Move to the active workspace:
```bash
roscd &&cd ../src
```
Clone the repository:
```bash
git clone <url>
```
Install ROS dependencies:
```
roscd
cd ../src
git clone
cd ..
rosdep install -i -r --from-paths src
```
Compile the workspace:
```
catkin_make
```
However, this package is normally used as part of a wider installation (i.e. a
robot, an experiment or a demosntration) which will normally include a complete
rosinstall file to be used with the [wstool](http://wiki.ros.org/wstool) tool.
This ROS package is normally used as part of the model car basic bring up process. Check the main [model car documentation](https://gitlab.iri.upc.edu/mobile_robotics/adc/platforms/model_car/iri_model_car_how_to) for further information.
# How to use it
This package includes a launch file named *bringup.launch* that will start up the model car. This launch file can be included in another one to provide a user specific configuration.