Through the parameter server, you can interact with the server.
According to ROS wiki, the parameter server is a shared, multi-variate dictionary that is accessible via network APIs
Also, nodes use this server to store and retrieve parameters at runtime.
When you type the command:
rosparam list
You can see the list of the parameters.
Also, the below command shows the information about a specific parameter
rosparam get [parameter]
for example, (it might be different on your computer, and put one of the parameters listed in shell)
rosparam get /roslaunch/uris/host_desktop_s2934st__50225
you can get the URL of the host desktop.
If you write up to part of the parameter,
rosparam get /roslaunch/uris/
rosparam get /roslaunch/
you will be able to see the rest parameters.
코랩에서 구글 드라이브 데이터 불러오기 (0) | 2020.11.30 |
---|---|
RLException: multiple files named [] in package [] when doing roslaunch (0) | 2020.07.17 |
7 What is catkin_make? (0) | 2020.07.12 |
6 ROS_MASTER_URI (0) | 2020.07.11 |
5 roslaunch (0) | 2020.07.10 |
댓글 영역