Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MNikoliCC committed Dec 10, 2024
1 parent ee41a9f commit 9901b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/samples/demos/controllers/moon/moon.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main() {
double sensor_value[16];
double kUnit = 8.24;
const double matrix[2][16] = {{3, -18, -15, -15, -5, -5, 4, 4, 6, 6, 4, 4, 4, 4, 3, -18},
{-18, 3, 4, 4, 4, 4, 6, 6, 4, 4, -5, -5, -15, -15, -18, 3}};
{-18, 3, 4, 4, 4, 4, 6, 6, 4, 4, -5, -5, -15, -15, -18, 3}};

wb_robot_init();
robot_name = wb_robot_get_name();
Expand Down

0 comments on commit 9901b20

Please sign in to comment.