Skip to content

Releases: SCCapstone/Sense-Able

1.0

30 Apr 02:07
Compare
Choose a tag to compare

Note: The Streaming and Record function will play and record video stream but will not play or record distances without the Leddar.

Follow the instructions below (or in the Readme) in order to run the program

If you need help, please contact Jonathan Senn at js5@email.sc.edu .

Linux - Ubuntu 16.03 LTS
Architecture - 64 bit

tar -zxvf sense-able-release.tar.gz

Run our execution script:
cd SenseAble1.0/
sudo ./install-senseable

cd build/
./runSenseAbleGui

RC1

16 Apr 02:43
Compare
Choose a tag to compare
RC1 Pre-release
Pre-release

This is the Beta Release for Milestone 14: Release Candidate 1.

Note: The Streaming and Record function will play and record video stream but will not play or record distances without the Leddar.

Follow the instructions below (or in the Readme) in order to run the program

If you need help, please contact Jonathan Senn at js5@email.sc.edu .

Linux - Ubuntu 16.03 LTS
Architecture - 64 bit

Make sure your system has all recent updates!
sudo apt update

Install QtSerialPort
sudo apt install libqt5serialport5-dev libusb-1.0-0-dev libxml2

Download and unpack the latest release:
https://github.com/SCCapstone/Sense-Able/releases
tar -zxvf sense-able-release.tar.gz

Run our execution script:
cd Sense-Able1.0/
sudo ./install-senseable

cd build_deploy/
./runSenseAbleGui

Beta Release

05 Mar 03:37
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release

This is the Beta Release for Milestone 13: Beta Release.

Note: That some features will not be enabled unless a Leddar device is plugged in.

After following the install instructions in the README.txt, simply running leddargui in build-leddargui-Desktop-Release should work. If you installed the required packages differently, you may want to run "make" in the same directory.

WARNING! Although we are uploading a single binary, this binary will NOT RUN without installing the system requirements outlined in the README.txt . Please install the necessary files!

If you need help, please contact Jonathan Senn at js5@email.sc.edu .

We are uploading the single binary in order to satisfy Dr. Vidal's requirements. Since our binary requires such large libraries, and it is not an app meant for deployment on the typical user's device, we feel that it is more reasonable to expect the user to install the necessary libraries. We hope this does not inconvenience you, the user.

Proof of Concept (Updated)

09 Dec 21:34
Compare
Choose a tag to compare
Pre-release

This is the release for the Proof of Concept milestone.

This has been updated from the previous, deleted, release. The Makefile in the previous release depended on a specific home directory. The Makefile in this release does not.

WARNING! Although we are uploading a single binary, this binary will NOT RUN without installing the system requirements outlined in the README.txt . Please install the necessary files!

A note: the following package will need to be installed in addition to those specified in the readme. After QT is installed run the following command: sudo apt-get install qtmultimedia5-dev

If you need help, please contact Jonathan Senn at js5@email.sc.edu .

We are uploading the single binary in order to satisfy Dr. Vidal's requirements. Since our binary requires such large libraries, and it is not an app meant for deployment on the typical user's device, we feel that it is more reasonable to expect the user to install the necessary libraries. We hope this does not inconvenience you, the user.