일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- sources.list
- darknet_ros
- Gazebo
- Installation
- gcc
- roslaunch
- amcl
- YoLO
- 촉각센서
- Kinetic
- webots
- ROS
- linetracing
- FreeCAD
- G++
- autorace
- CUDA
- opencv
- Linux
- CuDNN
- 전이학습
- turtlebot
- ax200
- turtlebot3
- ubuntu
- 부분공간
- error
- rqt
- RGB-D
- roslib
- Today
- Total
기술 성공, 실패 기록소
roslaunch/XML/param 본문
@param
wiki.ros.org/roslaunch/XML/param
The <param> tag defines a parameter to be set on the Parameter Server.
Instead of value, you can specify a textfile, binfile or command attribute to set the value of a parameter.
The <param> tag can be put inside of a <node> tag, in which case the parameter is treated like a private parameter.
@ Parameter Server
wiki.ros.org/Parameter%20Server
- A parameter server is a shared, multi-variate dictionary that is accessible via network APIs.
- Nodes use this server to store and retrieve parameters at runtime.
- As it is not designed for high-performance, it is best used for static, non-binary data such as configuration parameters.
- It is meant to be globally viewable so that tools can easily inspect the configuration state of the system and modify if necessary.
- The Parameter Server is implemented using XMLRPC and runs inside of the ROS Master, which means that its API is accessible via normal XMLRPC libraries.
그러니까 파라미터는 글로벌하고 파라미터 서버에 올라간다.
파라미터 서버는 딕셔너리형태고, ros master 안에서 돌아간다.
파라미터가 노드 안에 정의 되어있으면 프라이빗임.
'프로그래밍언어 > ROS' 카테고리의 다른 글
callback-messages-being-executed-one-at-a-time (0) | 2021.04.28 |
---|---|
roslaunch/XML/rosparam (0) | 2021.04.27 |
roslaunch/XML/arg (0) | 2021.04.27 |
install slam_gmapping (0) | 2021.04.26 |
rospy subscriber - wait for new message on topic (0) | 2021.04.19 |