ros_gz_sim+readme
2023-12-30 19:36:42
ROS + Gazebo Sim
This package contains things that make it convenient to integrate ROS with Gazebo, such as:
- Launch files
- ROS-enabled executables
Run Gazebo Sim
There's a convenient launch file, try for example:
ros2 launch ros_gz_sim gz_sim.launch.py gz_args:="shapes.sdf"
Spawn entities
The?create
?executable can be used to spawn SDF or URDF entities from:
- A file on disk or from Gazebo Fuel
- A ROS parameter
For example, start Gazebo Sim:
ros2 launch ros_gz_sim gz_sim.launch.py
?这一步后是空的里面什么都没有。
then spawn a model:
ros2 run ros_gz_sim create -world default -file 'https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Gazebo'
?
看我使用create+urdf把这个机器人搞好了
这也许预示着不用从urdf转换为sdf了,哈哈?
See more options with:
ros2 run ros_gz_sim create --helpshort
文章来源:https://blog.csdn.net/geniusChinaHN/article/details/135308338
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。 如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:veading@qq.com进行投诉反馈,一经查实,立即删除!
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。 如若内容造成侵权/违法违规/事实不符,请联系我的编程经验分享网邮箱:veading@qq.com进行投诉反馈,一经查实,立即删除!