All Projects → 6-robot → wpr_simulation

6-robot / wpr_simulation

Licence: GPL-3.0 license
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to wpr simulation

DDPG
End to End Mobile Robot Navigation using DDPG (Continuous Control with Deep Reinforcement Learning) based on Tensorflow + Gazebo
Stars: ✭ 41 (+70.83%)
Mutual labels:  navigation, ros, gazebo
Turtlebot3
ROS packages for Turtlebot3
Stars: ✭ 673 (+2704.17%)
Mutual labels:  navigation, ros, slam
my ROS mobile robot
Differential drive mobile robot using ROS.
Stars: ✭ 123 (+412.5%)
Mutual labels:  ros, gazebo, mobile-robots
Turtlebot3 simulations
Simulations for TurtleBot3
Stars: ✭ 104 (+333.33%)
Mutual labels:  navigation, ros, slam
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (+29.17%)
Mutual labels:  ros, gazebo, mobile-robots
ur ws
Universal robot with robotiq hand workspace
Stars: ✭ 21 (-12.5%)
Mutual labels:  ros, gazebo
Spatio temporal voxel layer
A new voxel layer leveraging modern 3D graphics tools to modernize navigation environmental representations
Stars: ✭ 246 (+925%)
Mutual labels:  navigation, ros
ZeroSimROSUnity
Robotic simulation in Unity with ROS integration.
Stars: ✭ 112 (+366.67%)
Mutual labels:  gazebo, mobile-robots
the-Cooper-Mapper
An open source autonomous driving research platform for Active SLAM & Multisensor Data Fusion
Stars: ✭ 38 (+58.33%)
Mutual labels:  ros, slam
Smacc
An Event-Driven, Asynchronous, Behavioral State Machine Library for real-time ROS (Robotic Operating System) applications written in C++
Stars: ✭ 129 (+437.5%)
Mutual labels:  navigation, ros
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (+312.5%)
Mutual labels:  navigation, gazebo
microstrain inertial
ROS driver for all of MicroStrain's current G and C series products. To learn more visit
Stars: ✭ 44 (+83.33%)
Mutual labels:  ros, slam
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (+512.5%)
Mutual labels:  navigation, ros
Aruco ekf slam
ArUco-based EKF-SLAM.
Stars: ✭ 142 (+491.67%)
Mutual labels:  navigation, slam
awesome-ros-mobile-robot
😎 A curated list of awesome mobile robots study resources based on ROS (including SLAM, odometry and navigation, manipulation)
Stars: ✭ 284 (+1083.33%)
Mutual labels:  slam, mobile-robots
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (+483.33%)
Mutual labels:  navigation, ros
gazebo cars
Gazebo Models for different types of cars
Stars: ✭ 31 (+29.17%)
Mutual labels:  ros, gazebo
arm
Robot arm simulation using Gazebo, ROS Control and MoveIt.
Stars: ✭ 79 (+229.17%)
Mutual labels:  ros, gazebo
Navbot
Using RGB Image as Visual Input for Mapless Robot Navigation
Stars: ✭ 111 (+362.5%)
Mutual labels:  navigation, ros
Mesh navigation
ROS Mesh Navigation Bundle
Stars: ✭ 114 (+375%)
Mutual labels:  navigation, ros

WPR系列机器人仿真工具

系统版本

  • ROS Kinetic (Ubuntu 16.04)
  • ROS Melodic (Ubuntu 18.04)

使用说明

一、 启智ROS机器人

  1. 获取源码:
cd ~/catkin_ws/src/
git clone https://github.com/6-robot/wpr_simulation.git
git clone https://github.com/6-robot/wpb_home.git
  1. 安装依赖项:
    ROS Kinetic (Ubuntu 16.04)
cd ~/catkin_ws/src/wpr_simulation/scripts
./install_for_kinetic.sh
cd ~/catkin_ws/src/wpb_home/wpb_home_bringup/scripts
./install_for_kinetic.sh

ROS Melodic (Ubuntu 18.04)

cd ~/catkin_ws/src/wpr_simulation/scripts
./install_for_melodic.sh
cd ~/catkin_ws/src/wpb_home/wpb_home_bringup/scripts
./install_for_melodic.sh
  1. 编译
cd ~/catkin_ws
catkin_make

简单场景:

roslaunch wpr_simulation wpb_simple.launch

wpb_simple pic

SLAM环境地图创建:

roslaunch wpr_simulation wpb_gmapping.launch

wpb_gmapping pic

Navigation导航:

roslaunch wpr_simulation wpb_navigation.launch

wpb_navigation pic

物品抓取:

roslaunch wpr_simulation wpb_table.launch
rosrun wpb_home_tutorials wpb_home_grab_client

wpb_home_table pic

二、 启明1服务机器人

  1. 获取源码:
cd ~/catkin_ws/src/
git clone https://github.com/6-robot/wpr_simulation.git
git clone https://github.com/6-robot/wpr1.git
git clone https://github.com/6-robot/waterplus_map_tools.git
git clone https://github.com/6-robot/xfyun_kinetic.git
  1. 安装依赖项:
    ROS Kinetic (Ubuntu 16.04)
cd ~/catkin_ws/src/wpr_simulation/scripts
./install_for_kinetic.sh
cd ~/catkin_ws/src/wpr1/wpr1_bringup/scripts
./install_for_kinetic.sh

ROS Melodic (Ubuntu 18.04)

cd ~/catkin_ws/src/wpr_simulation/scripts
./install_for_melodic.sh
cd ~/catkin_ws/src/wpr1/wpr1_bringup/scripts
./install_for_melodic.sh
  1. 编译
cd ~/catkin_ws
catkin_make

简单场景:

roslaunch wpr_simulation wpr1_simple.launch

wpr1 pic

SLAM环境地图创建:

roslaunch wpr_simulation wpr1_gmapping.launch

wpr1_gmapping pic

Navigation导航:

roslaunch wpr_simulation wpr1_navigation.launch

wpr1_navigation pic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].