We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have two MID-70 Livox lidars and i am using the config file such as { "lidar_config": [ { "broadcast_code": "3GGDJ7N00100561", "enable_connect": false, "return_mode": 0, "coordinate": 0, "imu_rate": 0, "extrinsic_parameter_source": 0, "enable_high_sensitivity": false }, { "broadcast_code": "3GGDJ7U00100571", "enable_connect": false, "return_mode": 0, "coordinate": 0, "imu_rate": 0, "extrinsic_parameter_source": 0, "enable_high_sensitivity": false } ] }
Both generated pointcloud topics have the same frame_id. How can I get different frame_id?
The text was updated successfully, but these errors were encountered:
HELLO! Have you solved the problem?
Sorry, something went wrong.
No branches or pull requests
Hello,
I have two MID-70 Livox lidars and i am using the config file such as
{
"lidar_config": [
{
"broadcast_code": "3GGDJ7N00100561",
"enable_connect": false,
"return_mode": 0,
"coordinate": 0,
"imu_rate": 0,
"extrinsic_parameter_source": 0,
"enable_high_sensitivity": false
},
{
"broadcast_code": "3GGDJ7U00100571",
"enable_connect": false,
"return_mode": 0,
"coordinate": 0,
"imu_rate": 0,
"extrinsic_parameter_source": 0,
"enable_high_sensitivity": false
}
]
}
Both generated pointcloud topics have the same frame_id. How can I get different frame_id?
The text was updated successfully, but these errors were encountered: