Skip to content

Commit 831346d

Browse files
khughes-bdaitcappellari-bdai
authored andcommitted
Release v5.0.0 of Boston Dynamics Spot SDK (#14)
Co-authored-by: Boston Dynamics SDK Publisher <53276189+bd-sdk-publisher@users.noreply.github.com> Release v5.0.0 of Boston Dynamics Spot SDK (#14) Co-authored-by: Boston Dynamics SDK Publisher <53276189+bd-sdk-publisher@users.noreply.github.com> 5.1.0 sdk update (#16) * Release v5.0.1.1 of Boston Dynamics Spot SDK * Release v5.0.1.2 of Boston Dynamics Spot SDK * Release v5.1.0 of Boston Dynamics Spot SDK --------- Co-authored-by: Boston Dynamics SDK Publisher <53276189+bd-sdk-publisher@users.noreply.github.com> Release v5.1.0 of Boston Dynamics Spot SDK
1 parent 01bb1a7 commit 831346d

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

protos/bosdyn/api/mission/nodes.proto

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,62 @@ message BosdynNavigateToAnchor {
414414

415415
}
416416

417+
// Tell the robot to navigate to a pose in the seed frame
418+
message BosdynNavigateToAnchor {
419+
// Name of the service to use.
420+
string service_name = 1;
421+
// Host machine the service is running on.
422+
string host = 2;
423+
424+
// Desired goal pose in seed frame.
425+
bosdyn.api.SE3Pose seed_tform_goal = 3;
426+
427+
// Preferences on how to pick the route.
428+
bosdyn.api.graph_nav.RouteGenParams route_gen_params = 4;
429+
// Parameters that define how to traverse and end the route.
430+
bosdyn.api.graph_nav.TravelParams travel_params = 5;
431+
432+
// If provided, this will write the last NavigationFeedbackResponse message
433+
// to a blackboard variable with this name.
434+
string navigation_feedback_response_blackboard_key = 6;
435+
// If provided, this will write the last NavigateToResponse message to
436+
// a blackboard variable with this name.
437+
string navigate_to_anchor_response_blackboard_key = 7;
438+
439+
// If provided, parameters from this request will be merged with the other parameters defined in
440+
// the node and be used in the NavigateToAnchor RPC.
441+
string navigate_to_anchor_request_blackboard_key = 8;
442+
443+
}
444+
445+
// Tell the robot to navigate to a pose in the seed frame
446+
message BosdynNavigateToAnchor {
447+
// Name of the service to use.
448+
string service_name = 1;
449+
// Host machine the service is running on.
450+
string host = 2;
451+
452+
// Desired goal pose in seed frame.
453+
bosdyn.api.SE3Pose seed_tform_goal = 3;
454+
455+
// Preferences on how to pick the route.
456+
bosdyn.api.graph_nav.RouteGenParams route_gen_params = 4;
457+
// Parameters that define how to traverse and end the route.
458+
bosdyn.api.graph_nav.TravelParams travel_params = 5;
459+
460+
// If provided, this will write the last NavigationFeedbackResponse message
461+
// to a blackboard variable with this name.
462+
string navigation_feedback_response_blackboard_key = 6;
463+
// If provided, this will write the last NavigateToResponse message to
464+
// a blackboard variable with this name.
465+
string navigate_to_anchor_response_blackboard_key = 7;
466+
467+
// If provided, parameters from this request will be merged with the other parameters defined in
468+
// the node and be used in the NavigateToAnchor RPC.
469+
string navigate_to_anchor_request_blackboard_key = 8;
470+
471+
}
472+
417473
// Tell the robot to navigate a route.
418474
message BosdynNavigateRoute {
419475
// Name of the service to use.

0 commit comments

Comments
 (0)