Hello, thanks for this great repo! I have a few questions.
1. On my system, ./change_to_arm.sh had the following error:
computer@computer:~/Documents/RExVicon/ViconSDK$ ./change_to_arm.sh
/home/RExVicon/ViconSDK/modify_makefile.sh
grep: input file ‘gcc.mk’ is also the output
2. Where can I find copy_build_output.sh referenced in the README?
I really appreciate your work to enable the Vicon datastream sdk over arm architectures (like the Jetson). Is it possible to use (a simplified version of) this code for the Jetson to receive its own position from the datastream, as opposed to using ZMQ or serial? I believe that would be very useful, as pyvicon and vicon_bridge are limited to amd architectures. Where could the Vicon computer IP be specified?
Hello, thanks for this great repo! I have a few questions.
1. On my system,
./change_to_arm.sh
had the following error:I believe the issue is in the following snippet:
https://github.com/RoboticExplorationLab/RExVicon/blob/fe50f282f352e13a95862db8e7f1661f4c9ba919/ViconSDK/change_to_arm.sh#L11-L12
With the following changes, I had no error:
2. Where can I find
copy_build_output.sh
referenced in the README?I really appreciate your work to enable the Vicon datastream sdk over arm architectures (like the Jetson). Is it possible to use (a simplified version of) this code for the Jetson to receive its own position from the datastream, as opposed to using ZMQ or serial? I believe that would be very useful, as pyvicon and vicon_bridge are limited to amd architectures. Where could the Vicon computer IP be specified?
Thanks very much!