码迷,mamicode.com
首页 >  
搜索关键字:ros    ( 5801个结果
Using Gazebo plugins with ROS 2
RRBot Example rrbot.gazebo ...
分类:其他好文   时间:2015-06-22 16:27:17    阅读次数:180
<transmission> element is used to link actuators to joints
For the purposes of gazebo_ros_control in its current implementation, the only important information in these transmission tags are: - the name must correspond to a joint else where in your URDF -...
分类:其他好文   时间:2015-06-22 16:26:34    阅读次数:160
interface Gazebo and ROS.
CMakeLists.txt cmake_minimum_required(VERSION 2.8.3) project(YOURROBOT_gazebo_plugins) find_package(catkin REQUIRED COMPONENTS gazebo_ros ) # Depend on system install of Gazebo find_package(gazeb...
分类:其他好文   时间:2015-06-22 11:10:43    阅读次数:136
offboard Control
1.使用mavlink based软件 没有ROS2.使用无线连接,没有ROS3.Onboard computer + ROS + WiFi link (recommended)Control Methods 有下面两种方式1. Offboard Control with Custom Code参考...
分类:其他好文   时间:2015-06-17 16:36:54    阅读次数:636
ROS Onboard Setup(odroid)
有必要设置代理 建立apt.confodroid@odroid-desktop:~$ cat /etc/apt/apt.confAcquire::http::Proxy "http://172.16.2.187:8080";因为使用的是odroid用户 ,所以使用export http_proxy=...
分类:其他好文   时间:2015-06-16 18:48:59    阅读次数:363
ROS-Navigating the ROS Filesystem
参考http://wiki.ros.org/ROS/Tutorials/NavigatingTheFilesystemUsing rospackExample:$ rospack find roscppWould return:YOUR_INSTALL_PATH/share/roscppUsing ...
分类:其他好文   时间:2015-06-14 22:41:09    阅读次数:127
ROS -build and configure environment
ROS 教程http://wiki.ros.org/ROS/Tutorialshttp://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironmentInstall ROSsudo sh -c 'echo "deb http:/...
分类:其他好文   时间:2015-06-14 21:19:57    阅读次数:107
ROS -build environment
ROS 教程http://wiki.ros.org/ROS/Tutorialshttp://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironmentInstall ROSsudo sh -c 'echo "deb http:/...
分类:其他好文   时间:2015-06-14 21:19:29    阅读次数:117
ROS(2)--新建package以及各文件意义
本人使用F版,编译使用rosbuild。一. 新建package 1. 首先,要新建一个存放package的目录,然后将该目录地址加入到ROS_PACKAGE_PATH中。这样就可以对该目录下的package进行ros操作 新建目录:$ cd ~/fuerte_workspace/sandbox
分类:其他好文   时间:2015-06-11 22:37:19    阅读次数:135
ROS(1)--IDE
截止目前,很可惜我没有找到合适的IDE能够像windows下的VS一样帮助我们在ROS下做快速开发。Wiki上推荐Eclipse,但是很多时候ecplise只能帮助我们查看程序,而编辑会很麻烦。可能有好的我还没摸索出来,以后再完善。以下是使用eclipse的步骤:下载并安装ecplise切换到要查看...
分类:其他好文   时间:2015-06-11 22:34:01    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!