🚧 add impedance controller node
This commit is contained in:
parent
115f01c023
commit
817dfeaa0f
7 changed files with 116 additions and 5 deletions
|
@ -43,18 +43,18 @@ def generate_launch_description():
|
|||
PythonLaunchDescriptionSource(
|
||||
[os.path.join(get_package_share_directory('ros_gz_sim'),
|
||||
'launch', 'gz_sim.launch.py')]),
|
||||
launch_arguments=[('ign_args', [' -r ',world_config_file, " -s"])],
|
||||
launch_arguments=[('gz_args', [' -r ',world_config_file, " -s"])],
|
||||
condition=UnlessCondition(gazebo_gui))
|
||||
|
||||
gazebo = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource(
|
||||
[os.path.join(get_package_share_directory('ros_gz_sim'),
|
||||
'launch', 'gz_sim.launch.py')]),
|
||||
launch_arguments=[('ign_args', [' -r ',world_config_file])],
|
||||
launch_arguments=[('gz_args', [' -r ',world_config_file])],
|
||||
condition=IfCondition(gazebo_gui))
|
||||
|
||||
# Spawn robot
|
||||
gazebo_spawn_robot = Node(package='ros_ign_gazebo', executable='create',
|
||||
gazebo_spawn_robot = Node(package='ros_gz_sim', executable='create',
|
||||
arguments=[
|
||||
'-name', rbs_robot_type,
|
||||
'-x', '0.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue