Skip to content

Commit

Permalink
Calibrated for RobotX
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat-Bois committed Aug 30, 2024
1 parent a44cabb commit 0f8f0b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/combine_livox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ extern MatrixXd right_xyz;
std::mutex left_cloud_mutex;
std::mutex right_cloud_mutex;

std::string left_cloud_topic = "/livox/lidar";
std::string right_cloud_topic = "/livox/lidar";
std::string left_cloud_topic = "/livox/lidar_3WEDH7600103311";
std::string right_cloud_topic = "/livox/lidar_3WEDH7600104801"; // /livox/lidar_3WEDH7600104801
std::string combined_cloud_topic = "/livox/combined_lidar";

double x_distance_to_center = 2.0; // meters
double y_distance_to_center = 0.0; // meters
double angle_c = 20.0; // degrees, clockwise rotation
double x_distance_to_center = 0.2; // meters
double y_distance_to_center = 0; // meters
double angle_c = 30; // degrees, clockwise rotation

PointCloud2Ptr left_cloud;
PointCloud2Ptr right_cloud;
Expand Down

0 comments on commit 0f8f0b8

Please sign in to comment.