Skip to content

Commit

Permalink
start from shoulder lane
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Feb 13, 2024
1 parent 948efce commit ab4250d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ class RandomScenario : public cpp_mock_scenarios::CppScenarioNode
params_ = param_listener_->get_params();

// 初期値とゴールを設定。初期値は一度しか指定できない。ゴールは何度も指定できるが、Rvizから指定した方が早そう。
const auto spawn_pose = api_.canonicalize(constructLaneletPose(176126, 10, 0, 0, 0, 0));
// 路肩からの発進時に同じノード名で複数ノードが起動されてしまいautowareが発信できなくなってしまうエラーがあるため、duplicated_node_checkerを無効化する必要あり。
const auto spawn_pose = api_.canonicalize(constructLaneletPose(300087, 10, 0, 0, 0, 0));
const auto goal_poses = [&](const std::vector<lanelet::Id> lane_ids) {
std::vector<traffic_simulator::CanonicalizedLaneletPose> poses;
for (const auto id : lane_ids) {
Expand Down

0 comments on commit ab4250d

Please sign in to comment.