Skip to content

Commit 989f3cf

Browse files
committed
comment in entity_status.pose = pose;
Signed-off-by: Masaya Kataoka <[email protected]>
1 parent f5db650 commit 989f3cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mock/cpp_mock_scenarios/src/spawn/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ if(BUILD_TESTING)
1212
include(../../cmake/add_cpp_mock_scenario_test.cmake)
1313
add_cpp_mock_scenario_test(${PROJECT_NAME} "spawn_in_map_frame" "5.0")
1414
endif()
15-

simulation/traffic_simulator/include/traffic_simulator/entity/entity_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class EntityManager
480480
entity_status.pose = toMapPose(pose);
481481
return CanonicalizedEntityStatus(entity_status, pose);
482482
} else if constexpr (std::is_same_v<std::decay_t<Pose>, geometry_msgs::msg::Pose>) {
483-
// entity_status.pose = pose;
483+
entity_status.pose = pose;
484484
const auto canonicalized_lanelet_pose = toCanonicalizedLaneletPose(
485485
pose, parameters.bounding_box, include_crosswalk, matching_distance, hdmap_utils_ptr_);
486486
return CanonicalizedEntityStatus(entity_status, canonicalized_lanelet_pose);

0 commit comments

Comments
 (0)