Skip to content

Determines the trails and positions of 'n' mobile robots, given their initial positions, movement directions in the four orthogonal directions (North, West, East, South), and the size of the rectangular environment specified in a file named "Test_input.txt,"

License

Notifications You must be signed in to change notification settings

shivam-jswl/rover_position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rover_Position

N rover's trails and final postions detection

Author: Shivam Jaiswal
Connect: https://shivamjaiswal.free.nf

What it does

Determines the trails and positions of 'n' mobile robots, given their initial positions, movement directions in the four orthogonal directions (North, West, East, South), and the size of the rectangular environment specified in a file named "Test_input.txt,"

File explanation

roverTrails.h -> program containing library

Test_input.txt -> input file in the given format

Test_output_final_pos.txt -> output file generated/overwritten during execution of the program It contains final position and orientation of all robots in same order as given in Test_input.txt each position is in new line

Trail_of_robo_*.txt -> Trails of each individual robot taken during time of travelling. Each robot has its own trail file. each position and orientation is in new line generated/overwritten during execution of the program

roverTrails_test.cpp Test run for the library file

About

Determines the trails and positions of 'n' mobile robots, given their initial positions, movement directions in the four orthogonal directions (North, West, East, South), and the size of the rectangular environment specified in a file named "Test_input.txt,"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages