The open source for using the shared memory between Cpp and Python script
Instruction to run the script:
- Compile source Cpp
$ ./compile.sh
- Run Cpp binary
$ ./shared_mem
- Run Python script
$ python shared_mem.py
#Contact: vanhuong.robotics@gmail.com