Giter Site home page Giter Site logo

rdsim's Introduction

RDSim: Robo Delivery Simulator

small_sim_world gazebo_screen sensor_display_rviz

Environment Settings

i) local: Install && build

  • Setting GAZEBO_RESOURCE_PATH
echo "export GAZEBO_RESOURCE_PATH=/usr/share/gazebo-11:$GAZEBO_RESOURCE_PATH" >> ~/.bashrc
source ~/.bashrc
  • RDSim build
cd ~/ros2_ws/src 
git clone https://github.com/AuTURBO/RDSim.git
cd ~/ros2_ws/src/RDSim/gazebo_sfm_plugin/lightsfm && make && sudo make install
cd ~/ros2_ws && colcon build --symlink-install && source install/local_setup.bash
  • Install dependency
sudo apt-get update
sudo apt install ros-humble-robot-localization -y
sudo apt install ros-humble-imu-filter-madgwick -y
sudo apt install ros-humble-controller-manager -y
sudo apt install ros-humble-controller-manager -y
sudo apt install ros-humble-diff-drive-controller -y
sudo apt install ros-humble-imu-filter-madgwick -y
sudo apt install ros-humble-interactive-marker-twist-server -y
# jackal-description 패키지는 아래의 추가 사항 참고
sudo apt install ros-humble-joint-state-broadcaster -y
sudo apt install ros-humble-joint-trajectory-controller -y
sudo apt install ros-humble-joint-state-publisher-gui -y
sudo apt install ros-humble-joy -y
sudo apt install ros-humble-robot-localization -y
sudo apt install ros-humble-robot-state-publisher -y
sudo apt install ros-humble-teleop-twist-joy -y
sudo apt install ros-humble-twist-mux -y

ii) docker

Docker environment tested on Ubuntu 22.04, nvidia

# in rdsim main directory
cd ~/ros2_ws/src/RDSim/docker && ./run_command.sh 

Execute RDSim

Gazebo world launch

Gazebo 맵만 실행시킬 경우

ros2 launch rdsim_gazebo rdsim_gazebo_world.launch.py  

Robot Display launch

Gazebo 없이 로봇의 tf를 확인하고 싶을 경우

ros2 launch rdsim_description rdsim_description.launch.py 

Sim launch

ros2 launch rdsim_description rdsim_gazebo.launch.py 

Jackal Controller launch

ros2 launch jackal_control control.launch.py 

Jackal cmd 2 teleop cmd

ros2 launch jackal_control teleop_base.launch.py 

rdsim's People

Contributors

ggh-png avatar visionaigeek99 avatar drawingprocess 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.