A vrep simulation of a quadcopter performing autonomous exploration in an unknown environment.
- Python
- V-Rep
- ROS
- Open the scene in this folder in verp
- Run
roscorein one terminal - Run
python position_publisher.pyin another terminal
- Add a non respondable object of the desired width and length inside the vrep scene in this repository.
- Append the name of the newly added object to the
objectsListlist in the fileposition_publisher.py - When the vrep scene is open, the node will automatically read the objects and create an obstacle space with the size as read from the length of the topWall and the leftWall
- The axis is defined as the x axis to the right and y axis up with the origin at the bottom left corner, as viewed from the top.(As represented by a Origin dummy object in the vrep scene in this repository)