rl_sar/src/robots/b2_description/config/robot_control.yaml

62 lines
1.8 KiB
YAML
Raw Normal View History

2025-02-15 18:47:11 +08:00
# Copyright (c) 2024-2025 Ziqi Fan
# SPDX-License-Identifier: Apache-2.0
b2_gazebo:
# Publish all joint states -----------------------------------
joint_state_controller:
type: joint_state_controller/JointStateController
publish_rate: 1000
# FL Controllers ---------------------------------------
FL_hip_controller:
type: robot_joint_controller/RobotJointController
joint: FL_hip_joint
FL_thigh_controller:
type: robot_joint_controller/RobotJointController
joint: FL_thigh_joint
FL_calf_controller:
type: robot_joint_controller/RobotJointController
joint: FL_calf_joint
# FR Controllers ---------------------------------------
FR_hip_controller:
type: robot_joint_controller/RobotJointController
joint: FR_hip_joint
FR_thigh_controller:
type: robot_joint_controller/RobotJointController
joint: FR_thigh_joint
FR_calf_controller:
type: robot_joint_controller/RobotJointController
joint: FR_calf_joint
# RL Controllers ---------------------------------------
RL_hip_controller:
type: robot_joint_controller/RobotJointController
joint: RL_hip_joint
RL_thigh_controller:
type: robot_joint_controller/RobotJointController
joint: RL_thigh_joint
RL_calf_controller:
type: robot_joint_controller/RobotJointController
joint: RL_calf_joint
# RR Controllers ---------------------------------------
RR_hip_controller:
type: robot_joint_controller/RobotJointController
joint: RR_hip_joint
RR_thigh_controller:
type: robot_joint_controller/RobotJointController
joint: RR_thigh_joint
RR_calf_controller:
type: robot_joint_controller/RobotJointController
joint: RR_calf_joint