Page 2 of 2

Re: Improving Gimx 1:1 translation

Posted: Thu Sep 05, 2019 10:32 pm
by HiddePoel
Thank you so much for your response,

I'm having trouble with compiling on my rpi tho:

Code: Select all

make -j 4
this error:

Code: Select all

controller.c:153:38: error: unknown type name ‘s_network_packet_config’
 static void handlePacketConfig(const s_network_packet_config* buf)

Re: Improving Gimx 1:1 translation

Posted: Fri Sep 06, 2019 11:32 am
by Lucashsmello
The submodule gimx-network-protocol is not updated properly in my repository, sorry for that. Try going to shared/gimx-network-protocol and running

Code: Select all

git pull https://github.com/Lucashsmello/gimx-network-protocol
If is a raspberry pi, i recommend you try using this debian package i made: https://github.com/Lucashsmello/GIMX-WebAPI/releases.
Download installer-special.tar.gz, extract it, and look for the debian package inside build folder. It is based on last commit of the branch mouse2axis_enhancement, which is based on GIMX version 7.12.

Code: Select all

wget https://github.com/Lucashsmello/GIMX-WebAPI/releases/download/0.7/installer-special.tar.gz -P /tmp/.
cd /tmp/
mkdir installer-special
tar -zxvf installer-special.tar.gz -C installer-special
cd installer-special/build
dpkg -i gimx_7.12++-1_armhf_special.deb
You can also just copy this file https://github.com/Lucashsmello/gimx-ne ... protocol.h to your shared/gimx-network-protocol folder.

When i get home, i will try to update my repository.

Re: Improving Gimx 1:1 translation

Posted: Fri Sep 06, 2019 11:48 am
by Matlo
Lucashsmello wrote: Wed Sep 04, 2019 11:21 amI made a software to measure automatically the degrees per second for each input value. It uses a pci video capture device and image processing to do the job. I will try to create a repository in GitHub with the code (in C++) with instructions for how to use it, next weekend.
Nice job! I'm quite eager to see this :)

Re: Improving Gimx 1:1 translation

Posted: Fri Sep 06, 2019 2:05 pm
by HiddePoel
Yes, the package installer worked for me, thank you.
measuring the lowest sensitivity is a pain in the butt tho, hehe.
it takes around 5 minutes to do a 360.
Im very excited to use the enhanced 1:1 translation.

I study computer science, (year 2 now) i thought i already knew a lot about programming. you guys proved me wrong. Thank you for investing your time in this project!