Skip to content

Commit

Permalink
fix(nebula_tests): re-cut scans in existing reference data correctly …
Browse files Browse the repository at this point in the history
…(360deg). has been ~372deg before (tier4#150)
  • Loading branch information
mojomex committed May 23, 2024
1 parent 2bb0605 commit be20229
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ rosbag2_bagfile_information:
version: 5
storage_identifier: sqlite3
duration:
nanoseconds: 277624032
nanoseconds: 263164997
starting_time:
nanoseconds_since_epoch: 1614315746471294674
nanoseconds_since_epoch: 1585897255313147068
message_count: 4
topics_with_message_count:
- topic_metadata:
name: /sensing/lidar/top/velodyne_packets
name: /velodyne_packets
type: velodyne_msgs/msg/VelodyneScan
serialization_format: cdr
serialization_format: ""
offered_qos_profiles: ""
message_count: 4
compression_format: ""
Expand All @@ -20,7 +20,7 @@ rosbag2_bagfile_information:
files:
- path: 1614315746471294674_0.db3
starting_time:
nanoseconds_since_epoch: 1614315746471294674
nanoseconds_since_epoch: 1585897255313147068
duration:
nanoseconds: 277624032
message_count: 4
nanoseconds: 263164997
message_count: 4
Binary file not shown.
2 changes: 1 addition & 1 deletion nebula_tests/velodyne/velodyne_ros_decoder_test_vls128.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Status VelodyneRosDecoderTest::GetParameters(
descriptor.dynamic_typing = false;
descriptor.additional_constraints = "";
this->declare_parameter<std::string>(
"target_topic", "/sensing/lidar/top/velodyne_packets", descriptor);
"target_topic", "/velodyne_packets", descriptor);
target_topic = this->get_parameter("target_topic").as_string();
}

Expand Down

0 comments on commit be20229

Please sign in to comment.