Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K-Lang WASM lexer + parser #3

Open
codekansas opened this issue Sep 24, 2024 · 2 comments
Open

K-Lang WASM lexer + parser #3

codekansas opened this issue Sep 24, 2024 · 2 comments
Assignees

Comments

@codekansas
Copy link
Member

No description provided.

@codekansas codekansas self-assigned this Sep 24, 2024
@budzianowski
Copy link

A unittest/mvp that we can use in the website for standing:

function stand() {
console.log(Robot will now stand);
// Add turning logic here
}

or wave hands

function wave() {
console.log(Robot will now wavehands);
// Add turning logic here
}

rather than handcoding:
https://github.com/kscalelabs/store/blob/2285405f0aa570656d472b4eb199bbc5dadc16e7/frontend/public/examples/main.js#L211

@codekansas
Copy link
Member Author

this is a bit harder than i had anticipated - but for the sake of making progress, just make a textbox input which lets us move a joint (by id) to a position (as an angle)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants