Skip to content

Parameters documentation? #1

New issue

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

Open
lliendo opened this issue Nov 9, 2023 · 1 comment
Open

Parameters documentation? #1

lliendo opened this issue Nov 9, 2023 · 1 comment

Comments

@lliendo
Copy link

lliendo commented Nov 9, 2023

Hi Masaaki,

Thanks a lot for this add-on! It worked at once after redirecting each lidar stream to their corresponding topic. I'm trying to understand the parameters that can be tweaked, for example:

'laser1XOff': 0.0,
'laser1YOff': 0.0,
'laser1Alpha': 0.0,
'show1': True,
'robotFrontEnd': 0.1,
'robotRearEnd': 0.1,
'robotRightEnd': 0.1,
'robotLeftEnd': 0.1,

Are the laser1XOff and laser1YOff the offsets for one lidar respect the robot's center? How the laser1Alpha should be used? And finally the robotXEnd what are these for? If I have let's more than two lidars then each one should be referenced as laserX, right?

Thanks once again for your time,
Lucas.

@hijimasa
Copy link
Owner

Hi Lucas,

Thank you for pointing this out.

The laser1XOff and laser1YOff are offsets for one lidar with respect to the robot's center.
Laser1Alpha and laser1Alpha are yaw angles that respect the robot's coordinates.
I will change the laserXAlpha to laserXYaw.

The robotXend does not specify the laser range, but is used to define the robot's size and ignore the robot's frame.
This parameter is required by some robots, but basically zero is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants