
TurtleBot
二儿娃
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TurtleBot 调试小结
1. Download 32-bit-turtlebot-iso http://www.iheartrobotics.com/2013/01/32-bit-turtlebot-iso.html 2. 用Startup Disk Creator做usb启动盘, installation. 3. $ sudo rosdep init $ rosdep update原创 2013-06-04 21:46:33 · 3205 阅读 · 0 评论 -
karto slam
Intallation tuto: http://answers.ros.org/question/46329/karto-installation/ slam_karto.cpp才是要编译的,编出来之后用 前面给的launch file 自己再修改一下 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ o" name="sl原创 2013-06-04 21:47:29 · 4065 阅读 · 0 评论 -
3D mapping with turtlebot
1. turtlebot slam http://www.ros.org/wiki/turtlebot_navigation/Tutorials/Build%20a%20map%20with%20SLAM 2. Octomap with turtlebot http://answers.ros.org/question/36887/3d-mapping-using-octomap原创 2013-06-04 21:39:17 · 2247 阅读 · 0 评论 -
TurtleBot debug definitions reading
http://www.ros.org/wiki/move_base http://www.ros.org/wiki/costmap_2d http://www.ros.org/wiki/nav_core http://www.ros.org/wiki/base_local_planner http://www.ros.org/wiki/navfn debug http://ww原创 2013-06-04 21:45:44 · 499 阅读 · 0 评论 -
ROS ccny_vision: image_transport
install image_transport: sudo apt-get install ros-fuerte-*image-transport* republish command example: rosrun image_transport republish compressed in:=/epuck4/camera/image_raw _image_transport原创 2013-08-03 13:52:09 · 1269 阅读 · 0 评论 -
ccny:rostopic record and republish
节省空间,保存theora的image_raw For topic /camera/rbg/image_raw/theora, 得到/camera/rgb/image_raw $ rosrun image_transport republish theora in:=/camera/rgb/image_raw/theora _image_transport:=theora raw_ou原创 2013-08-05 13:59:33 · 909 阅读 · 0 评论 -
chronyc
关于chrony的同步完成不是等5分钟那么简单。 是需要$ chronyc-n sources看对应的server前是不是变成星号了 也可以用$ chronyc -n tracking看一下现在与server之间的时间差 或$chronyc后在输入界面里用makestep命令强制当前时间改为server的时间,但是误差会比较大. epuck setup in /etc/chro原创 2013-07-12 11:24:58 · 5780 阅读 · 0 评论 -
用uvc_camera pkg和webcam 发/image_view
Install Camera Drivers to work with ROS: $ sudo apt-get install ros-fuerte-camera-umdcheck pkg $ roscd uvc_camera check the web camera $ ls /dev/video* then come out: /dev/video0 launch uvc_cam原创 2013-08-10 14:29:58 · 1855 阅读 · 0 评论