-
Notifications
You must be signed in to change notification settings - Fork 14
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
Think about a gcode interpreter #133
Comments
Just for completeness, the syntax we were thinking about is similar to: ./launchGcode --file whatever.gcode --orient 1 0 0 0 |
There is a specific need for the gcode? You can obtain the trajectory directly from a SVG file, without the need to convert to gcode, if you are careful with the desired dimensions of the trajectory. |
No, it's just an idea, no practical use-case. The benefit of |
Any trajectory classes we envisioned have been superseded by KDL: #134 (comment). Perhaps we can write a small script to convert from gcode to text, and then use our playback app (see tools repo). @jgvictores shall we close this as invalid or wontfix? |
Yup! |
|
Just a fun idea commented with @PeterBowman yesterday: Develop a program that opens a
.gcode
file (pretty sure that inkscape can export this, which is cool for example after vectorizing a bitmap), and can create an instance of an object that inherits fromTrajectory
that is runnable viaBasicCartesianControl
(note that some methods to do this still do not exist).The text was updated successfully, but these errors were encountered: