Improving Gimx 1:1 translation

Talk about anything concerning the source code.
HiddePoel
Posts: 4
Joined: Wed Jan 03, 2018 9:33 pm

Re: Improving Gimx 1:1 translation

Post 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)
Lucashsmello
Posts: 17
Joined: Tue Nov 20, 2018 11:44 am
Location: Brazil
Contact:

Re: Improving Gimx 1:1 translation

Post 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.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Improving Gimx 1:1 translation

Post 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 :)
GIMX creator
HiddePoel
Posts: 4
Joined: Wed Jan 03, 2018 9:33 pm

Re: Improving Gimx 1:1 translation

Post 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!
Post Reply