- if you use this environment in an academic work, please cite:
@article{GyubeomVRep2018,
title={V-Rep Simulator for Autonomous Vehicle Research in Parking lot Environment},
author={Gyubeom Im, Minsung Kim, Joonwoo Ahn, Minsoo Kim, Jaeheung Park},
journal={The Korean Society of Automotive Engineers Annual Autumn Conference},
pages={689--692},
year={2018}
}
- It's built for Autonomous Vehicle Simulator using V-Rep & ROS simultaneously
- It publishes data
Velodyne PointCloud
,IMU Sensor
,GPS
,Localization (X,Y,Z,Heading)
,Transform (tf)
to ROS at the same time as soon as you run the simulation. - Map File was built by using
Google Sketchup
.
- move
libv_repExtImu.so
,libv_repExtRosVelodyne.so
to your V-Rep home folder. - open V-Rep 3.5 and Run
.ttt
file. if there is no error, It's OK
2.1. should USEV-Rep 3.5
Version to use V-Rep with ROS automatically connected
I've used IMU Plugin & Velodyne Plugin from
https://github.com/bartville/vrep_plugin_imu
https://github.com/omcandido/vrep_plugin_velodyne
- Modify Vehicle Wheel
- Other Map (Highway, Urban etc..)
- Use urdf file of Vehicle
- Install other sensors on it
feel free to use and if you find any bug while using, post an issue. :-)