8BitsCoding / ROS_Qt_Param

ROS Qt용 Param Example(not gui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

사용법 간략 정리

$ roscore

$ rosrun run_tutorials_param service_server

$ rosparam list

$ rosservice call /ros_tutorials_srv 10 5

$ rosparam set /calculation_method 3

$ rosservice call /ros_tutorial_srv 10 5

About

ROS Qt용 Param Example(not gui)


Languages

Language:C++ 73.9%Language:CMake 26.1%