feat: VESC CAN odometry (Issue #646) #649

Merged
sl-jetson merged 1 commits from sl-perception/issue-646-vesc-odometry into main 2026-03-18 07:55:18 -04:00

View File

@ -1,10 +1,10 @@
vesc_can_odometry:
ros__parameters:
# ── CAN motor IDs (used for CAN addressing) ───────────────────────────────
left_can_id: 56 # left motor VESC CAN ID
right_can_id: 68 # right motor VESC CAN ID
left_can_id: 56 # left motor VESC CAN ID (Mamba F722S)
right_can_id: 68 # right motor VESC CAN ID (Mamba F722S)
# ── State topic names (must match what telemetry publishes) ───────────────
# ── State topic names (must match VESC telemetry publisher) ──────────────
left_state_topic: /vesc/left/state
right_state_topic: /vesc/right/state