-
Notifications
You must be signed in to change notification settings - Fork 7
Add new parameters for aruco search #159
Copy link
Copy link
Open
Labels
configurationrelated to parameters and node configurationrelated to parameters and node configurationgood first issueGood for newcomersGood for newcomerssrc/navigatorHas to do w/ the `navigator` package + `navigator_node`Has to do w/ the `navigator` package + `navigator_node`
Metadata
Metadata
Assignees
Labels
configurationrelated to parameters and node configurationrelated to parameters and node configurationgood first issueGood for newcomersGood for newcomerssrc/navigatorHas to do w/ the `navigator` package + `navigator_node`Has to do w/ the `navigator` package + `navigator_node`
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 aroundSEARCH_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
NavigationParameterstype insrc/navigator/navigator_node/types.pyOriginally posted by @onkoe in #156 (comment)