Skip to content

Commit

Permalink
add todo for the check so that we know it should be moved2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfranczak committed Sep 4, 2024
1 parent c9cce2d commit 6625376
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions services/motion/builtin/move_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ const (
type moveRequest struct {
requestType requestType
// geoPoseOrigin is only set if requestType == requestTypeMoveOnGlobe
geoPoseOrigin *spatialmath.GeoPose
logger logging.Logger
config *validatedMotionConfiguration
planRequest *motionplan.PlanRequest
seedPlan motionplan.Plan
kinematicBase kinematicbase.KinematicBase
obstacleDetectors map[vision.Service][]resource.Name
replanCostFactor float64
geoPoseOrigin *spatialmath.GeoPose
logger logging.Logger
config *validatedMotionConfiguration
planRequest *motionplan.PlanRequest
seedPlan motionplan.Plan
kinematicBase kinematicbase.KinematicBase
obstacleDetectors map[vision.Service][]resource.Name
replanCostFactor float64
// TODO(RSDK-8683): remove alreadyAtGoalCheck and put it in the motionplan package
alreadyAtGoalCheck func(basePose spatialmath.Pose) *state.ExecuteResponse
fsService framesystem.Service
// localizingFS is used for placing observed transient obstacles into their absolute world position when
Expand Down

0 comments on commit 6625376

Please sign in to comment.