aerostack2 / aerostack2/project_crazyflie_gates

Error in "Go to Initial: goal rejected"

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
0
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

Hello!
I used the project_crazyflie_gates,
I first terminal I launch: ./launch_as2.bash
then in second terminal I launch: python3 mission.py, I got the following error,

Go To Initial? (y/n): y
Waiting for threads to finish...
Exception in thread Thread-3 (initial_go_to_drones):
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/kazim/aerostack2_ws/src/project_crazyflie_gates/mission.py", line 56, in initial_go_to_drones
go_to(drone_interface, path_value, frame_id=path_frame_id)
File "/home/kazim/aerostack2_ws/src/project_crazyflie_gates/mission.py", line 38, in go_to
drone_interface.go_to.go_to_point_path_facing(
File "/home/kazim/aerostack2_ws/build/as2_python_api/as2_python_api/modules/go_to_module.py", line 143, in go_to_point_path_facing
self.__go_to(point[0], point[1], point[2],
File "/home/kazim/aerostack2_ws/build/as2_python_api/as2_python_api/modules/go_to_module.py", line 81, in __go_to
self.start(msg, speed, yaw_mode, yaw_angle, frame_id, wait)
File "/home/kazim/aerostack2_ws/build/as2_python_api/as2_python_api/behavior_actions/go_to_behavior.py", line 81, in start
return super().start(goal_msg, wait_result)
File "/home/kazim/aerostack2_ws/build/as2_python_api/as2_python_api/behavior_actions/behavior_handler.py", line 157, in start
raise self.GoalRejected('Goal Rejected')
as2_python_api.behavior_actions.behavior_handler.BehaviorHandler.GoalRejected: Goal Rejected

Please guide me to resolve this issue.
I am using source file:
OS: humble ROS2

thank you

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。