原创 修改樹莓派SWAP交換文件大小來自國外網站

How to change Raspberry Pi's Swapfile Size on Raspbian 11 Feb 2015 Written by Shane Pfaffly Reason Why Ever get the dre

原创 launch XML 官方文檔 翻譯

<arg> tag 目錄 <arg> tag Introduction Usecase pattern Attributes Examples Passing an argument to an included file Passing

原创 Parameter Server

roscpp Parameter Server 目錄 Getting Parameters Cached Parameters Setting Parameters Checking Parameter Existence Deleti

原创 catkin_make 的三種編譯方式

———————————————— 編譯工作空間下的所有功能包 catkin_make ———————————————— 編譯工作空間下特定的功能包 catkin_make -DCATKIN_WHITELIST_PACKAGES=“pack

原创 roslaunch XML group 官方文檔 翻譯

roslaunch XML group The <group> tag The <group> tag makes it easier to apply settings to a group of nodes. It has an n

原创 roslaunch XML env 官方文檔 翻譯

roslaunch XML env <env> tag The <env> tag allows you to set environment variables on nodes that are launched. This tag

原创 Writing Publisher/Subscriber with Parameters, Dynamic Reconfigure and Custom Messages (C++)

ROSNodeTutorialC++     Note: This tutorial assumes that you have completed the previous tutorials: Beginner Tutorials

原创 ROS MELODIC 多線程 發佈與訂閱

ROS  MELODIC  多線程 發佈與訂閱 這裏我只把代碼貼出來,裏面使用的boost::bind函數在傳指針或引用參數時,會傳不過去,試了很多遍了,網上查了很多資料也不行,這裏使用bind函數把回調函數傳給 node.adverti

原创 ROS 官翻 navigation Tutorials RobotSetup

cn navigation Tutorials RobotSetup   Note: 本教程假定你很熟悉ROS及其使用。請先閱讀ROS Documentation。另外,軟件包2dnav_erratic是一個使用本教程創建的基於Vider

原创 ROS 導航功能包 爲你的機器人配置 tf

cn/navigation/Tutorials/RobotSetup/TF   Note: This tutorial assumes that you have completed the ROS Tutorials and the t

原创 ROS melodic 串口通信

topic_serial_node.cpp // topic_serial_node.cpp // serial API: http://wjwwood.io/serial/doc/1.1.0/index.html // serial

原创 轉 lego-loam在Ubuntu16.04下安裝、跑包及實時建圖

lego-loam在Ubuntu16.04下安裝、跑包及實時建圖 標籤: 自動駕駛 0 前言 lego-loam是由Tixiao Shan and Brendan Englot在論文: LeGO-LOAM: Lightweight and

原创 ROS理解參數服務器param demo

param_demo.cpp // param_demo.cpp #include<ros/ros.h> int main(int argc, char **argv){ ros::init(argc, argv, "

原创 [轉] rosparam和ROS參數服務

  機器人工作時,我們有需要對機器人的參數(如傳感器參數、算法的參數)進行設置。 有些參數(如機器人的輪廓、傳感器的高度)在機器人啓動時就設定好就行了; 有些參數則需要動態改變(特別是在調試的時候)。 ROS提供了參數服務器來滿足這一需求

原创 ROS Nodehandle句柄

ROS Nodehandle句柄 轉:https://blog.csdn.net/lyx_323/article/details/86504407 1、句柄可以讓你通過構造函數指定命名空間 ros::NodeHandle nh("my_