add VacuumGripper plugin
This commit is contained in:
parent
a3397f6686
commit
ae418084dd
8 changed files with 393 additions and 42 deletions
|
@ -143,7 +143,7 @@ def launch_setup(context, *args, **kwargs):
|
|||
PythonLaunchDescriptionSource(
|
||||
[os.path.join(get_package_share_directory('ros_gz_sim'),
|
||||
'launch', 'gz_sim.launch.py')]),
|
||||
launch_arguments=[('gz_args', [' -r ', gazebo_world])],
|
||||
launch_arguments=[('gz_args', [' -r -v 4 ', gazebo_world])],
|
||||
)
|
||||
|
||||
gazebo_spawn_robot = Node(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue