摘要:目标 目标是利用Gopigo 3平台以及一些传感器搭建一个两轮差分运动机器人小车。 Wheel Odometor RPLidar A2 IMU (optional) Web Camera 一些有用的参考博文: "Installing ROS Kinetic on the Raspberry Pi"
阅读全文
摘要:It is interesting and aslo necessary to disscuss about the two types in ROS, std_msgs/Empty and std_srv_msgs/Empty. The two message type are indicatin
阅读全文
摘要:Overview OpenAI-gym (Git Repo) provides a great toolkit and a playgroud for research on Deep Reinforcement Learning. Furtherly, gym-gazebo (Git Repo),
阅读全文
摘要:Day 3: Sense the world We will show how to add sensors to our basic differential drive model. Once equipped with sensors, our robot will be sufficient
阅读全文
摘要:Day 2: Enable the robot The goal of this post is to make the robot drivable. Platform Ubuntu 14.04 ROS indigo Source Sources for this tutorial can be
阅读全文
摘要:Day 1: Building the static model Source Sources for this tutorial can be found on GitHub Setting up ROS: Indigo OS: Ubuntu 14.04 OS: Gazebo 7.0.0 Init
阅读全文
摘要:Official Wiki ROS.ORG(wiki.ros.org) Robots Using ROS Textbooks A Gentle Introduction to ROS Learning ROS for Robotics Programming 1st Edition [pdf] [c
阅读全文
摘要:Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical icons and visual indicators.
阅读全文
摘要:Apparently, this ongoing work is to make a preparation for futural research on Deep Reinforcement Learning. The goal of this work is to build a simula
阅读全文
摘要:I reinstalled my ubuntu system and also ROS. I tested slam_karto package when some strange error came out. I still cannot explain it for now. 'vector'
阅读全文
摘要:github source: https://github.com/googlecartographer/cartographer_turtlebot 1. Building & Installation Installation has been tested on Ubuntu 14.04 (T
阅读全文
摘要:Cartographer is a backpack equipped with Simultaneous Localization and Mapping (SLAM) technology. 1. Platform Dell PC installed Ubuntu 14.4 and ROS In
阅读全文
摘要:What is Cartographer? Google announce the open source release of Cartographer, a real-time simultaneous localization and mapping (SLAM) library in 2D
阅读全文
摘要:1. login 2. set robot master modify .bashrc in robot's computer using ssh modify .bashrc in local computer 3. using "rostopic list" to check ros commu
阅读全文
摘要:5.Logging In Once the robot is turned on and the robot is on the network, ssh into the computer of the robot using the default fetch user account: $ s
阅读全文