Skip to content

Commit

Permalink
Create pilot.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent 58ee263 commit 65fe17d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions advanced_ai_pilot/pilot.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export default {
navigation: {
algorithm: 'astar',
resolution: 0.1
},
control: {
frequency: 100,
amplitude: 10
},
sensors: {
type: 'lidar',
range: 100
},
actuators: {
type: 'electric',
power: 500
}
};

0 comments on commit 65fe17d

Please sign in to comment.