Skip to content

For interfacing EABM.jl with STL 3D model files (ASCII format). Import STLs to describe robot link geometries or export STLs to visualise EABM results in other softwares.

License

Notifications You must be signed in to change notification settings

Rufnacous/EABMSTLInterface.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EABMSTLInterface.jl

For interfacing EABM.jl with STL 3D model files (ASCII format). Import STLs to describe robot link geometries or export STLs to visualise EABM results in other softwares.

Do not expect this module to be kept up to date, largely this is a proof of concept - provided 'as is', but as I use it I will endeavour to make it useable.

Import

Use one STL per link geometry, each with one solid only. The first line should be comprised as solid x y z encoding the coordinates of the segment output. The segment input is the origin, 0 0 0.

Export

Every articulation properties struct must have an stl_properties <: STLProperties attribute. For instance DesignedSTL <: STLProperties allows the STL description of that articulation to use an imported STL. Or PrismaticSTL <: STLProperties, currently in development, which will be used for writing geometry of multiple articulations as one filamentous component.

About

For interfacing EABM.jl with STL 3D model files (ASCII format). Import STLs to describe robot link geometries or export STLs to visualise EABM results in other softwares.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages