Skip to content

Commit

Permalink
shift_decider
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jun 17, 2024
1 parent be5f1d8 commit bccd3fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_
#define AUTOWARE_SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_
#ifndef AUTOWARE__SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_
#define AUTOWARE__SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_

#include "tier4_autoware_utils/ros/polling_subscriber.hpp"

Expand Down Expand Up @@ -62,4 +62,4 @@ class ShiftDecider : public rclcpp::Node
};
} // namespace autoware::shift_decider

#endif // AUTOWARE_SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_
#endif // AUTOWARE__SHIFT_DECIDER__AUTOWARE_SHIFT_DECIDER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_shift_decider/autoware_shift_decider.hpp"
#include "autoware/shift_decider/autoware_shift_decider.hpp"

#include <rclcpp/timer.hpp>

Expand Down

0 comments on commit bccd3fe

Please sign in to comment.