2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Jetson-AGX-Orin non-docker environment source code compilation and installation of CyberRT
sudo apt update
sudo apt-get install g++ gdb gcc cmake
sudo apt install libpoco-dev uuid-dev libncurses5-dev python3-dev python3-pip
python3 -m pip install protobuf==3.14.0
git clone --single-branch --branch v9.0.0 https://github.com/minhanghuang/CyberRT.git
cd CyberRT
sudo python3 install.py
source install/setup.bash
mkdir build
cd build
cmake ..
make -j$(nproc)
Start a terminal and start the publisher
source setup.bash
./cyber/examples/cyber_example_talker
Start another terminal and start the subscriber
source setup.bash
./cyber/examples/cyber_example_listener