Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Robotics Coursework | 1,762 | 2 years ago | 5 | unlicense | ||||||
🤖 Places where you can learn robotics (and stuff like that) online 🤖 | ||||||||||
Ros Academy For Beginners | 1,745 | 2 years ago | n,ull | CMake | ||||||
中国大学MOOC《机器人操作系统入门》课程代码示例 | ||||||||||
Ros Academy For Beginners | 667 | 4 years ago | 6 | CMake | ||||||
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial | ||||||||||
Delftx_ros1x_hrwros | 11 | 5 years ago | C++ | |||||||
Hello (Real) World with ROS – Robot Operating System course source file | ||||||||||
Light And Sound Responsive Line Following Robot | 2 | a year ago | C++ | |||||||
Development of a Line following robot, which responds to light and sound, interfacing microphone, DC motors, LDR's, LED's, speaker with Arduino. Using MOSFET and BJT to amplify to drive the motors, and using LM358 as an audio amplifier. |
MOOC---****ROS
XBotROSSLAM
Githubissues**********star**
ROSROS:
robot_sim_demo | |
topic_demo | topicmsgC++python |
service_demo | servicesrvC++python |
action_demo | actionactionC++python |
param_demo | paramC++python |
msgs_demo | msgsrvaction |
tf_demo | tfAPItfC++python |
name_demo | |
tf_follower | mybot mybotxbot |
urdf_demo | urdfRViz |
navigation_sim_demo | AMCL, Odometry Navigation |
slam_sim_demo | Gmapping, Karto, HectorSLAM |
robot_orbslam2_demo | ORB_SLAM2 |
ros_academy_for_beginners | Metapacakgepacakge |
/src
~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/DroidAITech/ROS-Academy-for-Beginners.git
$ cd ~/catkin_ws
$ rosdep install --from-paths src --ignore-src --rosdistro=kinetic -y
$ catkin_make
$ source ~/catkin_ws/devel/setup.bash
Ubuntu 16.04Gazebo****NUbuntu
Gazeborobot_sim_demo
Gazebo7.x7.9
Gazebo
$ gazebo -v #7.07.9
$ sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
$ wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install gazebo7
gazebo_ros
, gmapping
, slam_karto
, amcl