ーーーーー編集中ーーーーー
navigation software depend on camera image and scenario
- ubuntu 20.04 LTS
- pythorch
- PyTorch, CUDA-Toolkit
pip3 install torch torchvision torchaudio scikit-image tensorboard
- mecab
sudo apt install mecab -y
sudo apt install libmecab-dev
pip3 install mecab-python3
git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git
cd mecab-ipadic-neologd
./bin/install-mecab-ipadic-neologd -n
yes
sudo apt install -y ros-noetic-jsk-visualization
sudo cp /etc/mecabrc /usr/local/etc/
make workspace
cd
mkdir -p ~/catkin_ws/src && cd ~/catkin_ws/src/
git clone https://github.com/open-rdc/scenario_and_camera_based_navigation.git
wstool init
wstool merge scenario_and_camera_based_navigation/package.install
wstool up
rosdep update
rosdep install --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
./real_tsudanuma2-3_sim/setup/step1.bash
source ~/.bashrc
cd ../
sudo apt install python3-catkin-tools -y
catkin build
source ~/.bashrc
source devel/setup.bash
cd catkin_ws/src/scenario_and_camera_based_navigation/experiments
./nav_cloning.sh
./intersection_detector.sh
- write a scenario
hoge/hoge
- move to the path and open three terminal
cd catkin_ws/src/scenario_and_camera_based_navigation/experiments/test
- launch simulataion
./intersecton_detector.sh
./nav_cloning.sh
- launch navigation
./scenario_navigation.sh