ROS 进阶学习笔记(14) - About driving your iRobot Roomba-Create
ROS 进阶学习笔记(14) - About driving your iRobot Roomba-Create ROS 进阶学习笔记(14) - About driving your iRobot Roomba/Create There are several iRobot ROOMBA/CREATE drivers in ROS community, by May 2016, the newest one sholuld be thecreate_autonomy . Here we only discuss about the one used by the book " ROS by Example _ hydro _ vol1 “. 这篇文章主要介绍使用下面的Create驱动上电不能充电问题。至于另2篇介绍iRobot Roomba作底盘驱动的博客参考: http://blog.csdn.net/sonictl/article/details/49908949 http://blog.csdn.net/sonictl/article/details/50207949 There are two important script file you may usually need to edit/check: turtlebot_node.py & create_driver.py The turtlebot_node.py is starting a ROS node for controlling your turtlebot base, i.
…