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
running the humble controller inside a docker gives the following error
[spawner-4] [dsr01.spawner_dsr_controller2] [INFO///1728055365.812337257]: waiting for service /dsr01/controller_manager/list_controllers to become available...
[spawner-5] [dsr01.spawner_joint_state_broadcaster] [WARN///1728055375.812943693]: Could not contact service /dsr01/controller_manager/list_controllers
[spawner-5] [dsr01.spawner_joint_state_broadcaster] [INFO///1728055375.813240183]: waiting for service /dsr01/controller_manager/list_controllers to become available...
[spawner-4] [dsr01.spawner_dsr_controller2] [WARN///1728055375.826364686]: Could not contact service /dsr01/controller_manager/list_controllers
I check if the docker of emulator is created or not, and I find it created successfully.
The text was updated successfully, but these errors were encountered:
@marknabil I am not how ur running the container . I would recommend this method , it worked for me
git clone repo in src and open doossanrobot2 folder
2, open the folder in vs code
ctrl+shift+p --> type rebuild and reopen in container( this will work once u has docker extension)
now the best part is your inside container and you can add your code inside container . Also doosan dockerfile is attaached as volume so you can create your files too inside .
I think this method might resolve some issue while building docker container . if its not an issue of container check internet and maek sure u permit permmsion for docker in docker then only emulator will run .
let me know if anything helped
running the humble controller inside a docker gives the following error
I check if the docker of emulator is created or not, and I find it created successfully.
The text was updated successfully, but these errors were encountered: