Skip to content

Commit

Permalink
chore(aeva): rename Aeries2 to Aeries II
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
  • Loading branch information
mojomex committed Nov 18, 2024
1 parent 0cae323 commit a382611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_common/include/nebula_common/aeva/config_types.hpp
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ struct Aeries2Config : public SensorConfigurationBase

friend std::ostream & operator<<(std::ostream & os, const Aeries2Config & arg)
{
os << "Aeva Aeries2 Sensor Configuration:\n";
os << "Aeva Aeries II Sensor Configuration:\n";
os << "Sensor Model: " << arg.sensor_model << '\n';
os << "Frame ID: " << arg.frame_id << '\n';
os << "Sensor IP: " << arg.sensor_ip;

0 comments on commit a382611

Please sign in to comment.