Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 젯슨
- 자율주행
- Simulation
- ubuntu
- Puck LITE
- 티스토리챌린지
- WSL
- U-blox
- RTK
- SLAM
- WSL2
- 강화학습
- ZED2
- Gazebo
- 오블완
- turtlebot3
- 자율탐사
- GPS
- C++
- ROS
- turtlesim
- Visual SLAM
- 인공지능
- Jetson
- 터틀심
- 아두이노
- ROS2
- GUI
- QT
- 로봇
Archives
- Today
- Total
직관적인느낌
Gazebo 상에서 불러오는 로봇의 초기 위치 및 자세 변경 본문
728x90
반응형
- Gazebo 상에서 불러오는 로봇의 초기 위치 및 자세 변경
- Hello, I launched a robot into my own gazebo world and noticed it was facing the wall, so i need to turn the robot 180° when initializing.
But there is nothing said about the orientation, so i wonder what i need to add so that my robot faces the right direction when initiializedR, P, and Y stand for roll pitch and yaw. Yaw is what you want. Hence:link<node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model"args="-param robot_description -urdf -x -0.5 -y 1 -z 0.05 -model pepper_MP" />
- <node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model"args="-param robot_description -urdf -x -0.5 -y 1 -z 0.05 -Y 3.1416 -model pepper_MP" />
- usage: spawn_model [-h] (-urdf | -sdf) (-file FILE_NAME | -param PARAM_NAME | -database MODEL_NAME | -stdin) -model MODEL_NAME [-reference_frame REFERENCE_FRAME] [-gazebo_namespace GAZEBO_NAMESPACE] [-robot_namespace ROBOT_NAMESPACE] [-unpause] [-wait MODEL_NAME] [-x X] [-y Y] [-z Z] [-R R] [-P P] [-Y Y] [-J JOINT_NAME JOINT_POSITION] [-package_to_model] [-b]
- In my launch file i found this part here:
- https://answers.ros.org/question/363854/how-can-i-change-the-initial-orientation-of-a-robot-when-using-roslaunch/
728x90
반응형
'공학 > ROS' 카테고리의 다른 글
ROS lane detection simulation(+로봇 초기 위치) - map 제작 with 파워 포인트 (0) | 2023.03.28 |
---|---|
ROS - 터틀심을 이용한 ROS기초, Rqt tutorial(Turtlesim) - 정리 (0) | 2023.03.20 |
윈도우에서 ROS 사용하기! (with WSL)_설치 과정 2. (0) | 2023.03.10 |
윈도우에서 ROS 사용하기! (with WSL)_설치 과정 1. (0) | 2023.03.10 |
ROS 기초부터 시작하는 터틀심(turtlesim)2 - 설치 과정 (0) | 2023.03.10 |