码迷,mamicode.com
首页 >  
搜索关键字:ros    ( 5801个结果
路径获取
一:ros_path1.cpp文件: 头文件 #include ros::package::getPath(package_name.toStdString())2.cmake: catkin_package( INCLUDE_DIRS include LIBRARIES ${PROJECT_...
分类:其他好文   时间:2015-05-28 12:16:15    阅读次数:100
Wiwiz实现无线认证系统
在网上了解到,许多实现无线或者有线Web验证的方案都用到 WiFi无线热点管理系统目前比较主流的有:ros wiwiz 海蜘蛛这几个。ROS全称RouterOS软路由,最强大,但是比较复杂,海蜘蛛很容易,但效果一般般,WiWiZ实现一般,效果比较好,目前大部分研究的是wiwiz.为什么选择Wiwiz...
分类:其他好文   时间:2015-05-27 20:55:42    阅读次数:269
(ros/catkin) ××/××.h: No such file or directory
操作系统:ros(indigo)/ubuntu14.04 编译工具:cmake(catkin_make) 出现错误: robot_control/src/robot_control.cpp:9:62: fatal error: robot_control/robot_control.h: No such file or directory  #include 出现此错误时,有三种...
分类:其他好文   时间:2015-05-27 19:14:11    阅读次数:2611
移动机器人平台的坐标系 (map,odom,base_link)
移动平台的坐标系   来源:http://www.ros.org/reps/rep-0105.html#id5 1  摘要( Abstract)      This REP specifies naming conventions and semantic meaning for coordinate frames of mobile platforms used with ROS. 这个...
分类:移动开发   时间:2015-05-26 14:26:41    阅读次数:233
pypose机械臂简单控制
1.连接板子和舵机 2.open Arduino, in FILE/Arbotix sketches/pypose, 编译运行 pypose.ino。 ////参考http://wiki.ros.org/turtlebot_arm/Tutorials/SettingUpServos 终端输入 cd pypose ./PyPose.py You will get a P...
分类:其他好文   时间:2015-05-25 10:06:14    阅读次数:139
ROS来控制baxter gazebo的手臂运动
对于使用ROS来控制baxtergazebo的手臂控制,可以使用如下的步骤:首先肯定是需要roscore的在baxter_ws里面进行simroslaunchbaxter_gazebo<Tab>.launch首先需要进行rosrunbaxter_toolsenable_robot.py-e接下来就是使用rostopicpub-r100/robot/limb/right/joint_commandbax..
分类:其他好文   时间:2015-05-20 02:13:11    阅读次数:1387
OpenCV Error: The function/feature is not implemented (OpenCV was built without SURF support) in cvE
OpenCV Error: The function/feature is not implemented (OpenCV was built without SURF support) in cvExtractSURF, file /tmp/buildd/ros-hydro-opencv2-2.4.9-2precise-20141231-1914/modules/legacy/src/featu...
分类:其他好文   时间:2015-05-19 10:34:06    阅读次数:1073
bumblebee2 ros 下配置CMakList
add_executable(simplestereo src/simplestereo.cpp src/pgr_conversions.cpp src/pgr_registers.cpp src/pgr_stereocam.cpp) target_link_libraries(simplestereo ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ) ...
分类:其他好文   时间:2015-05-19 10:32:18    阅读次数:169
easyradius隆重发布ROS API计费接口,支持ROS 3.3以上版本,实现简单快捷的ROS宽带计费系统云端版
easyradius对接ROS也是使用的是ROS的api接口,即您要开启 /ip /service api服务,不了解api接口的,可以自己百度噢开启API,就到easyradius配置通讯接口,具体参数,如下:注意:管理地址和备用地址处不要加:端口,easyradius和ros通讯使用的是默认的8...
分类:Windows程序   时间:2015-05-17 12:13:37    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!