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 #49
  • Loading branch information
franklinselva committed Sep 9, 2024
1 parent d7bc9f5 commit 591e7d1
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 591e7d1

Please sign in to comment.