-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
YWpepper
committed
Apr 28, 2024
1 parent
a15f05e
commit 553398e
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
交接文档的link: | ||
|
||
https://github.com/YWpepper/mycobot_ros/tree/demo_gazebo/Mercury/mercury_a1_moveit/document | ||
|
||
目前电脑中主要有两个环境,其中ubuntu1804是18的环境,其中ubuntu64位是20.04的环境,其中目前只在1804环境下运行gazebo和ros,,密码都为Elephant | ||
|
||
 | ||
|
||
|
||
|
||
为了实现固定操作,此处修改代码用于固定base世界坐标系的标签 | ||
|
||
 | ||
|
||
|
||
|
||
项目参考gitbook链接: | ||
|
||
[https://docs.elephantrobotics.com/docs/gitbook/12-ApplicationBaseROS/12.2-ROS2/12.2.1-ROS2%E7%9A%84%E5%AE%89%E8%A3%85.html](https://docs.elephantrobotics.com/docs/gitbook/12-ApplicationBaseROS/12.2-ROS2/12.2.1-ROS2的安装.html) | ||
|
||
|
||
|
||
项目运行的方式: | ||
|
||
roslaunch mercury_a1_moveit demo_gazebo.launch | ||
|
||
其中demo.launch文件是ros+rviz的仿真 | ||
|
||
其中gazebo.launch文件是gazebo的仿真文件 | ||
|
||
其中demo_gazebo.launch文件是实现两个同步仿真 | ||
|
||
 | ||
|
||
操作过程: | ||
|
||
选择目标位置 + plan ,我们在rviz中看见机器完成动作组的规划后,可以使用execute命令发送动作组给到gazebo进行仿真,便完成了操作。 | ||
|
||
 |