sweep-3d-scanner icon indicating copy to clipboard operation
sweep-3d-scanner copied to clipboard

Node web application for controlling an open source 3D scanner.

Results 14 sweep-3d-scanner issues
Sort by recently updated
recently updated
newest added

Currently the IMU is not used at all by the 3D scanner. We should use it to 1. average sensor data to determine pitch and roll deviation from "level". Then...

scanner
feature request

# hello i'm a new user of the pi and also of scanse sweep. i've tried the sweep connected to a laptop and it works just fine. i've connected it...

Hello, I am trying to run the 3D Scanner but it fails. I have attached/included the error it prints in the log file. Any suggestions how I can fix it?...

Hi All, I can't find the sweep visualizer beta software anymore but need it for troubleshooting. Any Idea where I can get a download link? Best, Ben

#### Scope of changes #### Known Limitations

Hi, would be great if some one could make this work with the Skywatcher Allview mount. I could design 3d print mount for the sweep sensor

Currently we have just a single node app, which uses node's child_process module to execute external python scripts. Updates/feedback from the executing script is accomplished by piping stdout (python process)...

enhancement

Raspbian Stretch Lite is here to replace Raspbian Jessie Lite. For the next release, we should rebuild the image on a fresh copy of Raspbian Stretch Lite.

enhancement

Considering providing users with the ability to expand the filesystem from the GUI. Pros: - Setup can be completed entirely from the webapp, without sshing into the rPi. Cons: -...

question
feature request

Currently the modifications to the /etc/rc.local file launch the node webapp on start, like so: ```bash su pi -c 'node /home/pi/code/scanse/sweep-3d-scanner/app.js < /dev/null &' ``` This leaves the stdout printing...

enhancement
feature request