rogy-AquaLab / omniboat_robokit

新歓で使うロボキット
https://rogy-aqualab.github.io/omniboat_robokit/
Apache License 2.0
0 stars 0 forks source link

define default constructors explicitly #160

Closed Chikurin1014 closed 2 months ago

Chikurin1014 commented 2 months ago

残りのwarning:

include/schneider_model.hpp:180: [medium:warning] use a trailing return type for this function  [modernize-use-trailing-return-type]
src/schneider_model.cpp:110: [high:error] 2 adjacent parameters of 'joy_read' of convertible types are easily swapped by mistake  [bugprone-easily-swappable-parameters,-warnings-as-errors]
src/schneider_model.cpp:229: [medium:warning] use a trailing return type for this function  [modernize-use-trailing-return-type]
H1rono commented 2 months ago

56