GithubHelp home page GithubHelp logo

social_navigation's Introduction

Social-Friendly Safe Delivery Robot Project

Installation

1. ROS installation

please refer http://wiki.ros.org/melodic/Installation/Ubuntu

2. Clone repository and build

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://github.com/OhJeongwoo/social_navigation.git
cd ..
catkin_make
echo "source ~/catkin_ws/src/devel/setup.bash" >> ~/.bashrc
source ~/.bashrc

Pedestrian Detection

1. Install realsense2-ros package

please refer https://github.com/IntelRealSense/realsense-ros

sudo apt-get install ros-$ROS_DISTRO-realsense2-camera
cd ~/catkin_ws
git clone https://github.com/IntelRealSense/realsense-ros.git
cd realsense-ros/
git checkout `git tag | sort -V | grep -P "^2.\d+\.\d+" | tail -1`
cd ..
catkin_init_workspace
cd ..
catkin_make clean
catkin_make -DCATKIN_ENABLE_TESTING=False -DCMAKE_BUILD_TYPE=Release
catkin_make install

2. Install Detectron2

please refer https://detectron2.readthedocs.io/en/latest/tutorials/install.html

3. Launch Pedestrian Detection Algorithm (jeongwoo version)

roslaunch realsense2_camera rs_camera.launch filters:=pointcloud align_depth:=true

open another terminal

roscd social_navigation
cd scripts
python3 pedestrian_detector.py

and open another terminal

rosrun social_navigation depth2pc

Reinforcement Learning in GAZEBO

Terminal 1

roslaunch social_navigation default.launch

Terminal 2

roscd social_navigation
cd scripts
python2 gazebo_master.py

Terminal 3

roscd social_navigation
cd scripts
python {YOUR_CODE}.py

social_navigation's People

Contributors

ohjeongwoo avatar j13947 avatar greg3566 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.