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 29 30 31 32 33 34
| echo $ROS_PACKAGE_PATH
catkin_init_workspace catkin_make catkin build -j4 catkin_create_pkg pkg_name dep1 dep2 dep3
rosmsg show msg_type rostopic list rostopic type topic_name rostopic hz topic_name rostopic echo topic_name rostopic pub -r 10 topic_name data_type data
rossrv show srv_type rosservice list rosservice type srv_name rosservice call srv_name srv-args
rqt_graph rqt_plot rosrun rqt_tf_tree rqt_tf_tree
tf_monitor /frame1 /frame2 tf_echo /frame1 /frame2 static_transform_publisher x y z yaw pitch roll (或 qx qy qz qw) frame_id child_frame_id period_in_ms
|