UBNanosatLab/openstartracker

What packages are required for running on Ubuntu?

Opened this issue · 3 comments

Hi there, I am currently in my college's RockSat program and we are developing a star tracker for use in flight. We have been unable to test the software out because it seems we are missing packages. May I please have a list of all required packages? Thank you.

Hi! What is the result when you run the commands given in the readme?

image

Hi I am getting this error while following the README file

g++ -std=c++11 -Wall -Ofast -g -pg test.c -o test -lm
swig -python -c++ beast.i
config.h:28: Warning 454: Setting a pointer/reference variable may leak memory.
stars.h:176: Warning 509: Overloaded method star_db::operator +=(star const *) effectively ignored,
stars.h:163: Warning 509: as it is shadowed by star_db::operator +=(star const &).
g++ -g -std=c++11 -Ofast -fPIC -c beast_wrap.cxx -o beast_wrap.o -lstdc++ -I/usr/include/python3.10
beast_wrap.cxx:178:11: fatal error: Python.h: No such file or directory
178 | # include <Python.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:7: all] Error 1