Skip to content

Commit

Permalink
Update gains
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuurmei committed Oct 29, 2024
1 parent 8e60282 commit f0f0e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/motors/src/ros_phoenix/launch/trunk.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_launch_description():
package="ros_phoenix",
plugin="ros_phoenix::TalonSRX",
name="talon2",
parameters=[{"id": 2, "P": 1, "D": 0.0, "period_ms": 1000, "watchdog_ms": 2000}],
parameters=[{"id": 2, "P": 0.1, "D": 0.0, "period_ms": 1000, "watchdog_ms": 2000}],
),
ComposableNode(
package="ros_phoenix",
Expand Down

0 comments on commit f0f0e0f

Please sign in to comment.