Skip to content

Commit

Permalink
Simulator Functionalities completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Enigmatisms committed Jun 8, 2022
1 parent 7cc8e83 commit bfaea3e
Show file tree
Hide file tree
Showing 14 changed files with 275 additions and 463 deletions.
7 changes: 6 additions & 1 deletion config/editor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"amin": -90.0,
"amax": 90.0,
"ainc": 0.25,
"noise_k": 0.0
"noise_k": 0.0,

"lidar_r": 1.0,
"lidar_g": 0.0,
"lidar_b": 0.0,
"lidar_a": 1.0
},

"robot": {
Expand Down
25 changes: 1 addition & 24 deletions config/simulator_config.json
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
{
"lidar":{
"amin": -90.0,
"amax": 90.0,
"ainc": 0.25,
"noise_k": 0.0
},

"robot": {
"t_vel": 2.0,
"r_vel": 1.0,
"pid_kp": 0.2,
"pid_ki": 0.0005,
"pid_kd": 0.01
},

"screen": {
"width": 1200,
"height": 900
},

"map_path": "./maps/standard0.txt",
"grid_size": 25.0
}
{"lidar":{"amin":-90.0,"amax":90.0,"ainc":0.12499999,"noise_k":0.0,"lidar_r":1.0,"lidar_g":0.0,"lidar_b":0.0,"lidar_a":1.0},"robot":{"t_vel":2.0,"r_vel":1.0,"pid_kp":0.2,"pid_ki":0.0005,"pid_kd":0.01},"screen":{"width":1200,"height":900},"map_path":"./maps/standard0.txt","grid_size":25.0}
Loading

0 comments on commit bfaea3e

Please sign in to comment.