Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 5, 2025
1 parent f72cd3f commit 2b1ff60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ This means that to stop before a wall, a stop point is inserted in the trajector

## Output topics

| Name | Type | Description |
| ----------------------------------------- | ---------------------------------------------- | -------------------------------------------------- |
| `~/output/trajectory` | autoware_planning_msgs::msg::Trajectory | Ego trajectory with updated velocity profile |
| Name | Type | Description |
| ----------------------------------------- | ---------------------------------------------------------- | -------------------------------------------------- |
| `~/output/trajectory` | autoware_planning_msgs::msg::Trajectory | Ego trajectory with updated velocity profile |
| `~/output/planning_factors/<MODULE_NAME>` | autoware_internal_planning_msgs::msg::PlanningFactorsArray | factors causing change in the ego velocity profile |

## Services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#include <rclcpp/rclcpp.hpp>

#include <nav_msgs/msg/odometry.hpp>
#include <autoware_internal_planning_msgs/msg/planning_factor_array.hpp>
#include <nav_msgs/msg/odometry.hpp>
#include <tier4_v2x_msgs/msg/infrastructure_command_array.hpp>
#include <tier4_v2x_msgs/msg/virtual_traffic_light_state_array.hpp>

Expand All @@ -34,8 +34,8 @@

namespace autoware::dummy_infrastructure
{
using nav_msgs::msg::Odometry;
using autoware_internal_planning_msgs::msg::PlanningFactorArray;
using nav_msgs::msg::Odometry;
using tier4_v2x_msgs::msg::InfrastructureCommand;
using tier4_v2x_msgs::msg::InfrastructureCommandArray;
using tier4_v2x_msgs::msg::VirtualTrafficLightState;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
namespace autoware::rviz_plugins
{

using RosTopicDisplay = rviz_common::RosTopicDisplay<autoware_internal_planning_msgs::msg::PlanningFactorArray>;
using RosTopicDisplay =
rviz_common::RosTopicDisplay<autoware_internal_planning_msgs::msg::PlanningFactorArray>;

class PlanningFactorRvizPlugin
: public rviz_common::RosTopicDisplay<autoware_internal_planning_msgs::msg::PlanningFactorArray>
Expand Down

0 comments on commit 2b1ff60

Please sign in to comment.