Skip to content

Commit

Permalink
Orin initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-xie committed Mar 23, 2024
1 parent 811ce65 commit 0d5a21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/inc/robot_tasks.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void Robot_Tasks_Jetson_Orin(void const *argument)
{
portTickType xLastWakeTime;
xLastWakeTime = xTaskGetTickCount();
const TickType_t TimeIncrement = pdMS_TO_TICKS(20);
const TickType_t TimeIncrement = pdMS_TO_TICKS(50);
while (1)
{
Jetson_Orin_Send_Data();
Expand Down
1 change: 1 addition & 0 deletions src/app/src/robot.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void Robot_Init()
Launch_Task_Init();
Remote_Init();
CAN_Service_Init();
Jetson_Orin_Init();
// Initialize all tasks
Robot_Tasks_Start();
}
Expand Down

0 comments on commit 0d5a21e

Please sign in to comment.