Skip to content

Commit

Permalink
add white line at EoF
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Feb 6, 2025
1 parent bccbfef commit 768e62d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ class ActionNodeBase : public BT::ActionNodeBase
};
} // namespace context_gamma_planner

#endif // CONTEXT_GAMMA_PLANNER__ACTION_NODE_HPP_
#endif // CONTEXT_GAMMA_PLANNER__ACTION_NODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class FollowLanePlanner : public GoalPlannerBase
} // namespace vehicle
} // namespace context_gamma_planner

#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__FOLLOW_LANE_PLANNER_HPP_
#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__FOLLOW_LANE_PLANNER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ class FollowPolylineTrajectoryPlanner : public FollowPolylineTrajectoryPlannerBa
} // namespace vehicle
} // namespace context_gamma_planner

#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__FOLLOW_POLYLINE_TRAJECTORY_PLANNER_HPP_
#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__FOLLOW_POLYLINE_TRAJECTORY_PLANNER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ class LaneChangePlanner : public GoalPlannerBase
} // namespace vehicle
} // namespace context_gamma_planner

#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__LANE_CHANGE_PLANNER_HPP_
#endif // CONTEXT_GAMMA_PLANNER__VEHICLE__LANE_CHANGE_PLANNER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ def generate_launch_description():
)
]
)
return description
return description
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_subdirectory(src/constraints)
add_subdirectory(src/plugins)
add_subdirectory(src/plugins)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ament_add_gtest(test_constraint_activator_base test_constraint_activator_base.cpp)
target_link_libraries(test_constraint_activator_base context_gamma_planner)
target_link_libraries(test_constraint_activator_base context_gamma_planner)
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ament_add_gtest(test_pedestrian_plugin test_pedestrian_plugin.cpp)
target_link_libraries(test_pedestrian_plugin context_gamma_planner)
target_link_libraries(test_pedestrian_plugin context_gamma_planner)
2 changes: 1 addition & 1 deletion simulation/context_gamma_planner/customized_rvo2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ std::vector<RVO::Line> HogePlugin::calcOrcaLines(...)
- Add plugins to agent using methods below:
- `Agent::addAgentORCAPlugin`
- `Agent::addObstacleORCAPlugin`
- You can switch activation with `activate` or `deactivate` methods
- You can switch activation with `activate` or `deactivate` methods
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<export>
<build_type>ament_cmake</build_type>
</export>
</package>
</package>

0 comments on commit 768e62d

Please sign in to comment.