Skip to content

Commit

Permalink
Update key_teleop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Sep 5, 2024
1 parent ee5bb2a commit b9abc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key_teleop/key_teleop/key_teleop.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, interface):

self._interface = interface

self._publish_stamped_twist = self.declare_parameter('twist_stamped_enabled', False).value
self._publish_stamped_twist = self.declare_parameter('twist_stamped_enabled', True).value

if self._publish_stamped_twist:
self._pub_cmd = self.create_publisher(TwistStamped, 'key_vel',
Expand Down

0 comments on commit b9abc28

Please sign in to comment.