All Projects → eborghi10 → my_ROS_mobile_robot

eborghi10 / my_ROS_mobile_robot

Licence: other
Differential drive mobile robot using ROS.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
processing
702 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to my ROS mobile robot

conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (-74.8%)
Mutual labels:  ros, gazebo, mobile-robots, differential-drive
turtlebot rrt
Rapidly Exploring Random Tree (RRT) global path planning plugin for ROS Kinetic Kame
Stars: ✭ 86 (-30.08%)
Mutual labels:  ros, gazebo, rviz
diffbot
DiffBot is an autonomous 2wd differential drive robot using ROS Noetic on a Raspberry Pi 4 B. With its SLAMTEC Lidar and the ROS Control hardware interface it's capable of navigating in an environment using the ROS Navigation stack and making use of SLAM algorithms to create maps of unknown environments.
Stars: ✭ 172 (+39.84%)
Mutual labels:  gazebo, rviz, ros-control
wpr simulation
No description or website provided.
Stars: ✭ 24 (-80.49%)
Mutual labels:  ros, gazebo, mobile-robots
summit xl sim
Packages for the simulation of the Summit XL, Summit XL HL and Summit-X (including X-WAM) robots
Stars: ✭ 32 (-73.98%)
Mutual labels:  ros, gazebo
ROS
ROS机器人操作系统 学习(写于2020年夏)
Stars: ✭ 102 (-17.07%)
Mutual labels:  ros, rviz
aws-robomaker-hospital-world
This Gazebo world is well suited for organizations who are building and testing robot applications in hospitals.
Stars: ✭ 114 (-7.32%)
Mutual labels:  ros, gazebo
mycobot ros
A ros package for myCobot.
Stars: ✭ 76 (-38.21%)
Mutual labels:  ros, rviz
RoboticsAcademy
Learn Robotics with JdeRobot
Stars: ✭ 160 (+30.08%)
Mutual labels:  ros, gazebo
SASensorProcessing
ROS node to create pointcloud out of stereo images from the KITTI Vision Benchmark Suite
Stars: ✭ 26 (-78.86%)
Mutual labels:  ros, rviz
DDPG
End to End Mobile Robot Navigation using DDPG (Continuous Control with Deep Reinforcement Learning) based on Tensorflow + Gazebo
Stars: ✭ 41 (-66.67%)
Mutual labels:  ros, gazebo
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (-32.52%)
Mutual labels:  ros, gazebo
ROS-GPS
GPS Localization with ROS, OSM and rviz
Stars: ✭ 19 (-84.55%)
Mutual labels:  ros, rviz
roboteq control
⚙️ Driver for Roboteq devices using ros_control
Stars: ✭ 32 (-73.98%)
Mutual labels:  ros, ros-control
docker-ros-x11
A docker environment with ROS, Gazebo, X11 and Tensorflow
Stars: ✭ 29 (-76.42%)
Mutual labels:  ros, gazebo
ZeroSimROSUnity
Robotic simulation in Unity with ROS integration.
Stars: ✭ 112 (-8.94%)
Mutual labels:  gazebo, mobile-robots
drl grasping
Deep Reinforcement Learning for Robotic Grasping from Octrees
Stars: ✭ 160 (+30.08%)
Mutual labels:  ros, gazebo
gazebo cars
Gazebo Models for different types of cars
Stars: ✭ 31 (-74.8%)
Mutual labels:  ros, gazebo
ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
Stars: ✭ 65 (-47.15%)
Mutual labels:  ros, gazebo
Autonomus Indoor Drone
Final year project, autonomus indoor drone developed in ROS using DWM1001 dev-board
Stars: ✭ 26 (-78.86%)
Mutual labels:  ros, gazebo

Install build dependency

sudo apt install ros-noetic-move-base-msgs

Differential-drive mobile robot using ROS

To see the robot in rviz, read the README file inside the my_robot_description package.

To see the complete robot simulation (using rviz and Gazebo), read the README file inside the my_robot_gazebo package.

To execute ros_control in the real robot, read the README file inside the my_robot_base package.

To see the implementation of move_base and slam_gmapping, for Navigation and Simulatenous localization and mapping, read the README file inside the my_robot_navigation package.


Nonsense tip to record the screen: ffmpeg -f x11grab -s 1366x768 -r 15 -i :0.0 -s 1366x768 -r 15 -qscale 0 video.avi

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].