Skip to content

Commit

Permalink
Minor fix for steer actuation controller for gazebo
Browse files Browse the repository at this point in the history
Related to space-ros#49
  • Loading branch information
franklinselva committed Sep 11, 2024
1 parent 4a10958 commit 5e5828d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ controller_manager:
type: joint_trajectory_controller/JointTrajectoryController

wheel_tree_position_controller:
type: effort_controllers/JointGroupPositionController
type: position_controllers/JointGroupPositionController

joint_state_broadcaster:
type: joint_state_broadcaster/JointStateBroadcaster


arm_joint_trajectory_controller:
ros__parameters:
joints:
Expand Down Expand Up @@ -60,7 +59,6 @@ wheel_velocity_controller:
- back_wheel_R_joint
interface_name: velocity


steer_position_controller:
ros__parameters:
joints:
Expand Down

0 comments on commit 5e5828d

Please sign in to comment.