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
During execution of main, the result from lidar is converted to the coordinate system of the map:
main
lidar
hector_slam_fpga/software_simulation/slam.py
Lines 271 to 272 in 3223e58
However, the output of lidar is in polar, rather than in cartesian, coordinates:
Lines 17 to 34 in 3223e58
Therefore, this operation is bound to produce invalid results when executed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During execution of
main
, the result fromlidar
is converted to the coordinate system of the map:hector_slam_fpga/software_simulation/slam.py
Lines 271 to 272 in 3223e58
However, the output of
lidar
is in polar, rather than in cartesian, coordinates:hector_slam_fpga/software_simulation/slam.py
Lines 17 to 34 in 3223e58
Therefore, this operation is bound to produce invalid results when executed.
The text was updated successfully, but these errors were encountered: