Skip to content

Commit

Permalink
Add serial to the template keys too
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Nov 15, 2024
1 parent f6fe6cb commit 9a50424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clearpath_config/sensors/types/cameras.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ class AxisCamera(BaseCamera):
SCALE_ZOOM = 1

class ROS_PARAMETER_KEYS:
SERIAL = 'axis_camera.serial'

HOSTNAME = 'axis_camera.hostname'
HTTP_PORT = 'axis_camera.http_port'

Expand Down

0 comments on commit 9a50424

Please sign in to comment.