Skip to content

Commit

Permalink
Merge branch 'line_commands_test' of github.com:mitmedialab/prg-raise…
Browse files Browse the repository at this point in the history
…-playground into line_commands_test
  • Loading branch information
mayarajan3 committed Nov 8, 2024
2 parents 3461646 + 7d0d507 commit 77ac62e
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 200 deletions.
2 changes: 1 addition & 1 deletion extensions/src/doodlebot/Doodlebot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ export default class Doodlebot {

const beforeLine = this.prependUntilTarget(lineData[0]);

let { motorCommands, bezierPoints, line } = followLine(beforeLine, lineData[0], delay, previousSpeed, []);
let { motorCommands, bezierPoints, line } = followLine(beforeLine, lineData[0], lineData[1], delay, previousSpeed, []);
for (const command of motorCommands) {
const { radius, angle } = command;
// await this.motorCommand(
Expand Down
Loading

0 comments on commit 77ac62e

Please sign in to comment.