├── CMakeLists.txt ├── LICENSE ├── README.md ├── models ├── car_008 │ ├── meshes │ │ └── car_008.dae │ ├── model.config │ └── model.sdf ├── car_012 │ ├── meshes │ │ └── car_012.dae │ ├── model.config │ └── model.sdf ├── car_018 │ ├── meshes │ │ └── car_018.dae │ ├── model.config │ └── model.sdf ├── car_019 │ ├── meshes │ │ └── car_019.dae │ ├── model.config │ └── model.sdf ├── car_046 │ ├── meshes │ │ └── car_046.dae │ ├── model.config │ └── model.sdf ├── car_121 │ ├── meshes │ │ └── car_121.dae │ ├── model.config │ └── model.sdf ├── car_144 │ ├── meshes │ │ └── car_144.dae │ ├── model.config │ └── model.sdf ├── car_158 │ ├── meshes │ │ └── car_158.dae │ ├── model.config │ └── model.sdf ├── car_199 │ ├── meshes │ │ └── car_199.dae │ ├── model.config │ └── model.sdf ├── car_beetle │ ├── meshes │ │ └── beetle.dae │ ├── model.config │ └── model.sdf ├── car_golf │ ├── meshes │ │ └── golf.dae │ ├── model.config │ └── model.sdf ├── car_lexus │ ├── meshes │ │ └── Lexus.dae │ ├── model.config │ └── model.sdf ├── car_opel │ ├── meshes │ │ └── opel.dae │ ├── model.config │ └── model.sdf ├── car_polo │ ├── meshes │ │ └── Polo.dae │ ├── model.config │ └── model.sdf └── car_volvo │ ├── meshes │ └── volvo.dae │ ├── model.config │ └── model.sdf └── package.xml /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/README.md -------------------------------------------------------------------------------- /models/car_008/meshes/car_008.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_008/meshes/car_008.dae -------------------------------------------------------------------------------- /models/car_008/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_008/model.config -------------------------------------------------------------------------------- /models/car_008/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_008/model.sdf -------------------------------------------------------------------------------- /models/car_012/meshes/car_012.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_012/meshes/car_012.dae -------------------------------------------------------------------------------- /models/car_012/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_012/model.config -------------------------------------------------------------------------------- /models/car_012/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_012/model.sdf -------------------------------------------------------------------------------- /models/car_018/meshes/car_018.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_018/meshes/car_018.dae -------------------------------------------------------------------------------- /models/car_018/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_018/model.config -------------------------------------------------------------------------------- /models/car_018/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_018/model.sdf -------------------------------------------------------------------------------- /models/car_019/meshes/car_019.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_019/meshes/car_019.dae -------------------------------------------------------------------------------- /models/car_019/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_019/model.config -------------------------------------------------------------------------------- /models/car_019/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_019/model.sdf -------------------------------------------------------------------------------- /models/car_046/meshes/car_046.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_046/meshes/car_046.dae -------------------------------------------------------------------------------- /models/car_046/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_046/model.config -------------------------------------------------------------------------------- /models/car_046/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_046/model.sdf -------------------------------------------------------------------------------- /models/car_121/meshes/car_121.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_121/meshes/car_121.dae -------------------------------------------------------------------------------- /models/car_121/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_121/model.config -------------------------------------------------------------------------------- /models/car_121/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_121/model.sdf -------------------------------------------------------------------------------- /models/car_144/meshes/car_144.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_144/meshes/car_144.dae -------------------------------------------------------------------------------- /models/car_144/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_144/model.config -------------------------------------------------------------------------------- /models/car_144/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_144/model.sdf -------------------------------------------------------------------------------- /models/car_158/meshes/car_158.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_158/meshes/car_158.dae -------------------------------------------------------------------------------- /models/car_158/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_158/model.config -------------------------------------------------------------------------------- /models/car_158/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_158/model.sdf -------------------------------------------------------------------------------- /models/car_199/meshes/car_199.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_199/meshes/car_199.dae -------------------------------------------------------------------------------- /models/car_199/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_199/model.config -------------------------------------------------------------------------------- /models/car_199/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_199/model.sdf -------------------------------------------------------------------------------- /models/car_beetle/meshes/beetle.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_beetle/meshes/beetle.dae -------------------------------------------------------------------------------- /models/car_beetle/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_beetle/model.config -------------------------------------------------------------------------------- /models/car_beetle/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_beetle/model.sdf -------------------------------------------------------------------------------- /models/car_golf/meshes/golf.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_golf/meshes/golf.dae -------------------------------------------------------------------------------- /models/car_golf/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_golf/model.config -------------------------------------------------------------------------------- /models/car_golf/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_golf/model.sdf -------------------------------------------------------------------------------- /models/car_lexus/meshes/Lexus.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_lexus/meshes/Lexus.dae -------------------------------------------------------------------------------- /models/car_lexus/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_lexus/model.config -------------------------------------------------------------------------------- /models/car_lexus/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_lexus/model.sdf -------------------------------------------------------------------------------- /models/car_opel/meshes/opel.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_opel/meshes/opel.dae -------------------------------------------------------------------------------- /models/car_opel/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_opel/model.config -------------------------------------------------------------------------------- /models/car_opel/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_opel/model.sdf -------------------------------------------------------------------------------- /models/car_polo/meshes/Polo.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_polo/meshes/Polo.dae -------------------------------------------------------------------------------- /models/car_polo/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_polo/model.config -------------------------------------------------------------------------------- /models/car_polo/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_polo/model.sdf -------------------------------------------------------------------------------- /models/car_volvo/meshes/volvo.dae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_volvo/meshes/volvo.dae -------------------------------------------------------------------------------- /models/car_volvo/model.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_volvo/model.config -------------------------------------------------------------------------------- /models/car_volvo/model.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/models/car_volvo/model.sdf -------------------------------------------------------------------------------- /package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayushgaud/gazebo_cars/HEAD/package.xml --------------------------------------------------------------------------------