Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 775 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 775 Bytes

robust_cl_real_world_server

Code about RobustCL for real-world experiment(server part). Still editting...

How to Deploy

  1. Create the workspace
mkdir -p ~/cl_ws/src && cd ~/cl_ws/src
  1. Go to workspace and process this repo:
# Install
git clone https://github.com/dc-cl/robust_cl_real_world_server

# Give execute authority
chmod -R +x ./robust_cl_real_world_server/scripts/

# Install necessary Python package
pip -r install ./robust_cl_real_world_server/scripts/requirements.txt
# # Update to environment variable
# echo "source ~/cl_ws/devel/setup.bash" >> ~/.bashrc
# source ~/.bashrc
  1. Make
cd ..
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3

Usage

cd ~/cl_ws
bash src/robust_cl_real_world_server/test/run.sh