Skip to content

Commit

Permalink
fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed Feb 7, 2024
1 parent 8d5169e commit 2c186c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computer_code/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { socket } from './shared/styles/scripts/socket';
import { matrix, mean, multiply, rotationMatrix } from 'mathjs';
import Objects from './components/Objects';
import Chart from './components/chart';
import TrajectoryPlanningSetpoints from './components/trajectoryPlanningSetpoints';
import TrajectoryPlanningSetpoints from './components/TrajectoryPlanningSetpoints';

const TRAJECTORY_PLANNING_TIMESTEP = 0.05
const LAND_Z_HEIGHT = 0.075
Expand Down

0 comments on commit 2c186c5

Please sign in to comment.