elifasci's Stars
reiniscimurs/DRL-robot-navigation
Deep Reinforcement Learning for mobile robot navigation in ROS Gazebo simulator. Using Twin Delayed Deep Deterministic Policy Gradient (TD3) neural network, a robot learns to navigate to a random goal point in a simulated environment while avoiding obstacles.
moeelm/Voice-Control-ROS
Natural voice control for ROS using Google Speech to Text API
SMARTlab-Purdue/ros-tutorial-voice
This tutorial briefly covers how to control a robot over voice command. The user can control the robot using voice command and the robot acknowledges back to the user through a text-to-speech system, after executing the control action. E.g. Once the user ask the robot to "forward". The robot executes it and then sends a message over voice to the user saying the the "Requested action executed".
mikeferguson/pocketsphinx
ROS bindings to pocketsphinx, using gstreamer
gaitech-robotics/RIA-E100-ROBOT-PC
This is complete package that resides in robot's PC of RIA E100 ELITE
ROBOTIS-GIT/turtlebot3_applications
Applications for TurtleBot3
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
aniskoubaa/gaitech_edu
aniskoubaa/ros_course_part2
This is the repository of the Udemy course on navigation
penenadpi/proteus8086examples
tinegachris/4-Way-Traffic-Lights
Interrupt based Intel 8086 traffic light control program
Kingtous/proteus-8086-clock
用Proteus 8.9 SP2构建,8086CPU、8259、8255A、8251、ESP8266驱动的多功能电子时钟,具有物联网功能
ywtaccelerator/Duo_8086_processors_Data_Transmission_based_on_Proteus
Using two 8086 processors and 8259, 8253, 8255, etc. to realize the simulation of data transmission between the two 8086 processors, with the environment of Proteus 8 and assembly language.
katipogluMustafa/8086_microprocessor
Proteus Examples with 8086
ros-visualization/rqt
eraykisabacak/Saglik-Ocagi-Hasta-Takip-Sistemi
Sağlık Ocağı Hasta Takip Sistemi - Health Center Patient Tracking System - HBYS
HaiderAbasi/ROS2-Path-Planning-and-Maze-Solving
Developing a maze solving robot in ROS2 that leverages information from a drone or Satellite's camera using OpenCV algorithms to find its path to the goal and solve the maze. :)
zhm-real/MotionPlanning
Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)
mit-rss/path_planning
afakharany93/path_tracking_vrep
this repo is about path tracking using an algorithm called follow the carrot, the simulation environment used was Vrep and the all the algorithms were implemented in python.
rosasalberto/V-REP-Robotics-Simulation
Algorithms implementation for intelligent agents on the V-REP simulator.
tuw-robotics/tuw_global_planner
rafaelbarretorb/rrt_star_global_planner
ROS RRT* Global Planner Plugin. Using Husky Robot.
ros-planning/navigation
ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else.
ros-planning/navigation_experimental
Experimental navigation techniques for ROS robots.
ros-planning/navigation_tutorials
Tutorials about using the ROS Navigation stack.
SteveMacenski/nav2_rosdevday_2021
Custom scripts, packages, and notebooks for the ROS Dev Day 2021 talk
yiyunevin/RL-RRT-Global-Planner
A ROS package of a path-planning method based on Bidirectional RRT*, which use the intermidiate points as the global information instead of the full path.
yiyunevin/RL-RRT-Local-Planner
A ROS package of a autonomous navigation method based on SAC and Bidirectional RRT* (Repository RL-RRT-Global-Planner).
yiyunevin/ROS-Mobile-Robot-Line-Following
A ROS package for line-following task with KUKA youBot.