DavidEGrayson / ahrs-visualizer

Draws a 3D representation of an IMU's orientation. Developed for Raspberry Pi and OpenGL ES. Works with minimu9-ahrs.
Other
49 stars 11 forks source link

Problem with running visualizer; 'bash: ahrs-visualizer: command not found' #10

Closed PieterHeri closed 4 years ago

PieterHeri commented 4 years ago

Hi again,

The ahrs system is working correctly and I calibrated the minIMU-9 v5 sensor, but I am now facing a problem with running the visualizer. I installed the libpng-dev libraries and run 'sudo make install' in the source code.

What should I put in front of 'minimu9-ahrs | ahrs-visualizer' to make it run? And where should I type this?

Thanks again, my project is really getting somewhere because of your help.

DavidEGrayson commented 4 years ago

You need to make sure that the directory holding ahrs-visualizer is on your PATH or you need to specify the path to it when you run it. You probably forgot to run sudo make install as specified in my instructions because that should put it on your PATH. Please find some tutorials about how to use Bash and Linux.