groove-x/mqtt_bridge

when i input roslaunch mqtt_bridge demo.launch

975150313 opened this issue · 2 comments

When I run roslaunch mqtt_bridge demo.launch in docker, he prompts me:
RLException: [demo.launch] is neither a launch file in package [mqtt_bridge] nor is [mqtt_bridge] a launch file name
The traceback for the exception was written to the log file

The docker is ros:noetic
and I setup ros-noetic-rosbridge-suite,the roslaunch rosbridge_server rosbridge_websocket.launch is working
what should I do?

The docker is ros:noetic and I setup ros-noetic-rosbridge-suite,the roslaunch rosbridge_server rosbridge_websocket.launch is working what should I do?

How you are able to ahceive this?

@975150313 Probably you should run

source ~/catkin_ws/devel/setup.bash

again.