차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
activity:public:2020:ros:210216 [2021/02/17 17:15:57] – gakscoriora1 | activity:public:2020:ros:210216 [2021/02/17 19:58:32] (현재) – david | ||
---|---|---|---|
줄 19: | 줄 19: | ||
=== urdf 파일 만들기 === | === urdf 파일 만들기 === | ||
- | <sxh> | + | < |
cd ~/ | cd ~/ | ||
catkin_create_pkg testbot_description urdf | catkin_create_pkg testbot_description urdf | ||
줄 31: | 줄 31: | ||
**urdf ** | **urdf ** | ||
- | <sxh> | + | < |
<?xml version=" | <?xml version=" | ||
줄 164: | 줄 164: | ||
==========================================================================================================================\\ | ==========================================================================================================================\\ | ||
문법검사 | 문법검사 | ||
- | <sxh> | + | < |
check_urdf testbot.urdf | check_urdf testbot.urdf | ||
</ | </ | ||
그래프 표시 | 그래프 표시 | ||
- | <sxh> | + | < |
urdf_to_graphiz testbot.urdf | urdf_to_graphiz testbot.urdf | ||
</ | </ | ||
줄 184: | 줄 184: | ||
\\ | \\ | ||
런치파일 생성 | 런치파일 생성 | ||
- | <sxh> | + | < |
cd ~/ | cd ~/ | ||
mkdir launch | mkdir launch | ||
줄 197: | 줄 197: | ||
launch | launch | ||
- | <sxh> | + | < |
< | < | ||
<arg name=" | <arg name=" | ||
줄 210: | 줄 210: | ||
- | <sxh> | + | < |
roslaunch testbot_description testbot.launch | roslaunch testbot_description testbot.launch | ||
rviz | rviz | ||
줄 217: | 줄 217: | ||
- | < | + | < |
+ | sudo apt-get install ros-melodic-ros-controllers ros-melodic-gazebo* ros-melodic-moveit* ros-melodic-industrial-core | ||
+ | </ | ||
- | <sxh> | + | < |
cd ~/ | cd ~/ | ||
git clone https:// | git clone https:// | ||
git clone https:// | git clone https:// | ||
- | git clone https:// | + | git clone https:// |
git clone https:// | git clone https:// | ||
git clone https:// | git clone https:// | ||
줄 235: | 줄 237: | ||
- | <sxh> | + | < |
roslaunch open_manipulator_description open_manipulator_rviz.launch | roslaunch open_manipulator_description open_manipulator_rviz.launch | ||
roslaunch open_manipulator_gazebo open_manipulator_gazebo.launch | roslaunch open_manipulator_gazebo open_manipulator_gazebo.launch | ||
</ | </ | ||
+ | 조인트 2번째 포지션 변경 | ||
+ | rostopic pub / | ||
- | <sxh> | + | < |
roslaunch open_manipulator_description open_manipulator_rviz.launch | roslaunch open_manipulator_description open_manipulator_rviz.launch | ||
roslaunch open_manipulator_control_gui open_manipulator_control_gui.launch | roslaunch open_manipulator_control_gui open_manipulator_control_gui.launch | ||
</ | </ | ||
+ | |||
+ | |||
+ | |||
+ |