You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2021. It is now read-only.
when I run the following command inside the package I am getting an error.
roslaunch quad_controller_rl rl_controller.launch
Here is error message:-
from quad_controller_rl.tasks.base_task import BaseTask
ImportError: No module named 'quad_controller_rl'
[rl_controller-2] process has died [pid 17381, exit code 1, cmd /home/yograj/catkin_ws/src/RL-Quadcopter/quad_controller_rl/scripts/rl_controller_node __name:=rl_controller __log:=/home/yograj/.ros/log/88459d2c-8689-11e8-b379-3c77e68de09b/rl_controller-2.log].
log file: /home/yograj/.ros/log/88459d2c-8689-11e8-b379-3c77e68de09b/rl_controller-2*.log
^C[rosout-1] killing on exit
[master] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done
when I run the following command inside the package I am getting an error.
roslaunch quad_controller_rl rl_controller.launchHere is error message:-