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 摘要。