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
我在仿真环境使用ego-planner的时候,比如我开始的高度是6m,但是它会在发送move_base_simple点后,在规划路径的过程中,逐渐下降,直到贴近地面
我想知道这是为什么,该修改什么参数
The text was updated successfully, but these errors were encountered:
确保修改了这行代码的最后一个值,使得给定目标点不是一个定值1米高,而是输入的goal的z值。 https://github.com/ZJU-FAST-Lab/ego-planner/blob/0835f963dcfadce156dbec8ab66b93930955a87c/src/planner/plan_manage/src/ego_replan_fsm.cpp#L119C10-L119C82
Sorry, something went wrong.
No branches or pull requests
我在仿真环境使用ego-planner的时候,比如我开始的高度是6m,但是它会在发送move_base_simple点后,在规划路径的过程中,逐渐下降,直到贴近地面
我想知道这是为什么,该修改什么参数
The text was updated successfully, but these errors were encountered: