turtlebot教程
http://learn.turtlebot.com/
http://wiki.ros.org/navigation
python版驱动控制 包括PID
https://github.com/jfstepha/differential-drive
Erle-brain 开源底盘控制
https://erlerobotics.gitbooks.io/erle-robotics-erle-brain-a-linux-brain-for-drones/content/en/index.html
底盘+rplidar
http://geduino.blogspot.jp/?zx=26b2e9d70329b947
http://blog.csdn.net/u013158492/article/details/50492506
cs460 (TODO)
http://cs460.coins-lab.org/index.php?title=Schedule
课程+论文
http://wustl.probablydavid.com/?p=200
参考:http://blog.csdn.net/zyh821351004/article/details/50596171
你在开发的过程中是否会出现 USB端口号会发生变化。 例如: 机器人底盘与雷达都是 ttyUSB* .其序号与接入的先后有关。 对于写好的launch每次修改对应接口是不是
很麻法,或者每次得先插入一个再插另外一个。才能保证ttyUSB0 ttyUSB1. 但是如果你重启系统,说不定还是有问题出现。。
==》 不如将端口重映射到新的固定的名字,并且设置其权限为可读。 这样不管你的先后插入,符合对应id的硬件端口自动的映射到新定义的名字。
http://blog.csdn.net/dxuehui/article/details/51045671
http://blog.csdn.net/k_linux_man/article/details/51044166
三种方法在树莓派上实现文字转语音服务
http://shumeipai.nxez.com/2013/10/05/three-methods-developed-in-text-to-voice-services.html
http://blog.csdn.net/zyh821351004/article/details/48846179
https://dobots.nl/2015/02/05/rplidar-with-rtabmap-on-turtlebotmd/
http://geduino.blogspot.jp/2015/04/gmapping-and-rplidar.html
https://github.com/roboticslab-fr/rplidar-turtlebot2
http://www.cnblogs.com/gaoxiang12/p/5113334.html
python版PID
https://github.com/ivmech/ivPID
http://www.geek-workshop.com/thread-7694-1-1.html
https://www.youtube.com/watch?v=PGZMlzBlMmw
https://github.com/zshn25/turtlesim_cleaner
http://www.coins-lab.org/psu/cs460/labs/ros/lab01_cleaner/robot_cleaner.cpp
http://wiki.ros.org/pr2_controllers/Tutorials/Using%20the%20base%20controller%20with%20odometry%20and%20transform%20information
对照下面的程序,优化底盘
https://github.com/qboticslabs/Chefbot_ROS_pkg
https://www.embbnux.com/2015/01/30/9_dof_imu_with_kalman_filter_on_avr/
http://www.geology.smu.edu/~dpa-www/robo/Encoder/imu_odo/
http://stackoverflow.com/questions/28835794/undefined-reference-to-libusb-get-parent-compiling-freenect/30800980#30800980
http://wiki.ros.org/turtlebot/Tutorials/indigo/Turtlebot%20Installation
http://answers.ros.org/question/211201/building-turtlebot-for-raspberry-pi-2-indigo-two-questions/
https://github.com/fawkesrobotics
https://github.com/ros-controls
http://vedder.se/2012/04/setup_arm_toolchain/
http://vedder.se/2012/07/get-started-with-stm32f4-on-ubuntu-linux/
光学雷达(LiDAR)在无人驾驶技术中的应用
http://geek.csdn.net/news/detail/70880
基于ROS的无人驾驶系统
- http://geek.csdn.net/news/detail/78099