-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error on respawnGoal #52
Comments
Hi @LAXMEKS |
Okay, thanks for informing me.
…On Wed, 24 Feb 2021, 12:52 Will Son, ***@***.***> wrote:
Hi @LAXMEKS <https://github.com/LAXMEKS>
Sorry about the delayed response.
This package has not been maintained for a while and may need some update
to support the latest version of dependent packages.
Please allow me a few weeks to review and update the package.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKC6X4BXJAKRBVNPH2DSFHTTASSK7ANCNFSM4WJEGHBQ>
.
|
does the packages are ready to use now? version: |
Thanks for the ping. |
Hi, |
Hello, I have also encountered the same problem as you. Have you resolved it? |
Traceback (most recent call last):
File "/home/user/catkin_ws/src/turtlebot3_machine_learning/turtlebot3_dqn/nodes/turtlebot3_dqn_stage_2", line 30, in
from src.turtlebot3_dqn.environment_stage_2 import Env
File "/home/user/catkin_ws/src/turtlebot3_machine_learning/turtlebot3_dqn/src/turtlebot3_dqn/environment_stage_2.py", line 29, in
from respawnGoal import Respawn
ModuleNotFoundError: No module named 'respawnGoal'
[turtlebot3_dqn_stage_2-1] process has died [pid 9975, exit code 1, cmd /home/user/catkin_ws/src/turtlebot3_machine_learning/turtlebot3_dqn/nodes/turtlebot3_dqn_stage_2 __name:=turtlebot3_dqn_stage_2 __log:=/home/user/.ros/log/26eceb94-5a7a-11eb-8e58-34f64bbf17f1/turtlebot3_dqn_stage_2-1.log].
log file: /home/user/.ros/log/26eceb94-5a7a-11eb-8e58-34f64bbf17f1/turtlebot3_dqn_stage_2-1*.log
how can i call the respawn function fron respawnGoal file?
The text was updated successfully, but these errors were encountered: