Skip to content

Commit

Permalink
chore(rtc_manager_panel): update module name (#29)
Browse files Browse the repository at this point in the history
* chore(rtc_manager_panel): update module name

Signed-off-by: satoshi-ota <[email protected]>

* chore(gitignore): remove py cache

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored May 31, 2024
1 parent 22fbdfc commit 9dda424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed __pycache__/mkdocs_macros.cpython-310.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions common/rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ std::string getModuleName(const uint8_t module_type)
return "avoidance_by_lane_change_right";
}
case Module::AVOIDANCE_LEFT: {
return "avoidance_left";
return "static_obstacle_avoidance_left";
}
case Module::AVOIDANCE_RIGHT: {
return "avoidance_right";
return "static_obstacle_avoidance_right";
}
case Module::GOAL_PLANNER: {
return "goal_planner";
Expand Down

0 comments on commit 9dda424

Please sign in to comment.