Sooner-Rover-Team/auto_ros2

Add new parameters for aruco search

開放

#159 建立於 2026年2月20日

 (0 則留言) (0 個反應) (1 位負責人)Rust (7 個分叉)auto 404
configurationgood first issuesrc/navigator

倉庫指標

星標
 (6 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We have constants in our basic search implementation of going in a circle. These should REALLY be parameters that we can adjust when we run the node. These constants are

  • SEARCH_RADIUS: the radius of the circle we want the Rover to drive around
  • SEARCH_POINTS: how many coordinates to generate (i.e. how many points should the circle of coordinates be made of)

This issue will involve editing the NavigationParameters type in src/navigator/navigator_node/types.py

Originally posted by @onkoe in https://github.com/Sooner-Rover-Team/auto_ros2/pull/156#discussion_r2831389483

貢獻者指南