Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanand1120 committed Nov 4, 2024
1 parent 87adf64 commit b44dc98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/bev_node.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ BEVParameters = {
cv_num_threads = 2;

T_ground_camera = {
x = 0.34;
x = 0.36;
y = 0.0;
z = 0.233 + 0.5; -- spot to camera + spot to ground
z = 0.09 + 0.575; -- spot to camera + spot to ground
pitch = deg2rad(17.0);
};
}
4 changes: 2 additions & 2 deletions config/bev_node_ganav.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ BEVParameters = {
cv_num_threads = 2;

T_ground_camera = {
x = 0.34;
x = 0.36;
y = 0.0;
z = 0.233 + 0.5; -- spot to camera + spot to ground
z = 0.09 + 0.575; -- spot to camera + spot to ground
pitch = deg2rad(17.0);
};
}

0 comments on commit b44dc98

Please sign in to comment.