ros2 run package_name executable_name
ros2 node list
rqt_graph
ros2 topic list
ros2 topic list -t
ros2 topic echo /turtle1/cmd_vel
ros2 interface show geometry_msgs/msg/Twist
ros2 topic pub --once /turtle1/cmd_vel geometry_msgs/msg/Twist "{linear: {x: 2.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 1.8}}"
ros2 topic pub --rate 1 /turtle1/cmd_vel geometry_msgs/msg/Twist "{linear: {x: 2.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 1.8}}"
ros2 topic echo /turtle1/pose
ros2 topic hz /turtle1/pose
ROS2 turtlesim parameter 파라미터 (0) | 2021.08.20 |
---|---|
ROS2 turtlesim 써비스 service 분석 (0) | 2021.08.20 |
ROS2 turtlesim 및 rqt 설치 실행해보기 (0) | 2021.08.20 |
라즈베리파이 우분투 서버 고정 IP 설정하기 (0) | 2021.08.19 |
윈도우에서 github.com 사용 및 git 프로그램 설치 (0) | 2021.08.18 |
댓글 영역