ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

trusktr's profile - activity

2021-04-28 02:09:17 -0500 received badge  Famous Question (source)
2021-04-08 04:58:29 -0500 received badge  Notable Question (source)
2021-04-02 17:12:37 -0500 commented question [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

That was it. I naively thought "desktop-full" meant it came with everything. I also didn't realize I needed the --instal

2021-04-02 17:11:25 -0500 marked best answer [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

Hello! I installed ros-melodic-desktop-full with apt-get and I am unable to start rosbridge. This is what I see:

vagrant@ubuntu-bionic:~$ apt list ros-melodic-rosbridge-*
Listing... Done
ros-melodic-rosbridge-library/bionic 0.11.13-1bionic.20210112.182152 amd64
ros-melodic-rosbridge-msgs/bionic 0.11.13-1bionic.20201211.203430 amd64
ros-melodic-rosbridge-server/bionic 0.11.13-1bionic.20210112.195018 amd64
ros-melodic-rosbridge-suite/bionic 0.11.13-1bionic.20210112.195104 amd64

vagrant@ubuntu-bionic:~$ rosdep db | grep rosbridge
rosbridge_suite -> ros-melodic-rosbridge-suite
rosbridge_server -> ros-melodic-rosbridge-server
rosbridge_msgs -> ros-melodic-rosbridge-msgs
rosbridge_library -> ros-melodic-rosbridge-library

vagrant@ubuntu-bionic:~$ roslaunch rosbridge_server rosbridge_websocket.launch
RLException: [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name
The traceback for the exception was written to the log file

All other answers I can find that are at all similar all say to source ~/catkin_ws/devel/setup.bash, but I have no such file. I haven't used catkin, just apt-get. I see no devel/setup.sh file anywhere:

vagrant@ubuntu-bionic:~$ locate ros | grep setup.sh
/opt/ros/melodic/local_setup.sh
/opt/ros/melodic/setup.sh
/opt/ros/melodic/share/catkin/cmake/templates/local_setup.sh.in
/opt/ros/melodic/share/catkin/cmake/templates/setup.sh.in

What may be missing?

EDIT: I now tried to do the following without any luck:

$ cd ~/ros_ws
$ catkin_make
... successful output ...
$ source ~/ros_ws/devel/setup.bash
$ roslaunch rosbridge_server rosbridge_websocket.launch
RLException: [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name
The traceback for the exception was written to the log file

This is not easy for ROS newbies. No idea what I'm missing yet, and the documentation hasn't led to any clues.

2021-04-02 17:11:25 -0500 received badge  Scholar (source)
2021-04-02 17:11:22 -0500 commented answer [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

That was it. I for some reason thought "ros-melodic-desktop-full" implied it came with "everything". After installing r

2021-04-02 17:11:17 -0500 commented answer [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

That was it. I for some reason thought "ros-melodic-desktop-full" implied it came with "everything". After installing r

2021-04-02 08:53:44 -0500 received badge  Popular Question (source)
2021-04-02 00:03:29 -0500 commented answer is neither a launch file in package

Too late to delete my previous questions. I decided to ask a new question instead: https://answers.ros.org/question/375

2021-04-02 00:02:41 -0500 edited question [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

[rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch f

2021-04-01 22:17:20 -0500 commented question [openni_node.launch] is neither a launch file in package [rbx1_vision] nor is [rbx1_vision] a launch file name

Really, asked four years ago, and still no answer?

2021-04-01 22:11:20 -0500 edited question [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

[rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch f

2021-04-01 22:07:01 -0500 received badge  Supporter (source)
2021-04-01 21:59:27 -0500 asked a question [rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch file name

[rosbridge_websocket.launch] is neither a launch file in package [rosbridge_server] nor is [rosbridge_server] a launch f

2021-04-01 21:55:36 -0500 commented answer is neither a launch file in package

I searched the system, and I do not see any devel/setup.sh file anywhere: vagrant@ubuntu-bionic:~$ locate ros | grep se

2021-04-01 21:55:19 -0500 commented answer is neither a launch file in package

I searched the system, and I do not see any devel/setup.sh file anywhere: vagrant@ubuntu-bionic:~$ locate ros | grep se

2021-04-01 21:47:24 -0500 commented answer is neither a launch file in package

I searched the system, and I do not see any devel/setup.sh file anywhere: vagrant@ubuntu-bionic:~$ locate ros | grep se

2021-04-01 21:46:49 -0500 commented answer is neither a launch file in package

I'm having a similar issue. How do we run source devel/setup.bash? I mean, where is that file. That's a relative path, s

2021-01-05 17:02:11 -0500 received badge  Famous Question (source)
2020-09-14 11:21:32 -0500 received badge  Notable Question (source)
2020-06-11 11:27:37 -0500 received badge  Popular Question (source)
2020-06-06 20:54:15 -0500 received badge  Organizer (source)
2020-06-06 20:53:35 -0500 received badge  Enthusiast
2020-06-03 04:10:49 -0500 commented question Sourcing setup.sh in ZSH fails with parse error: condition expected: 0

@tianb03 same issue when sourcing the zsh file (edited OP)

2020-06-03 04:09:37 -0500 edited question Sourcing setup.sh in ZSH fails with parse error: condition expected: 0

Sourcing setup.sh in ZSH fails with parse error: condition expected: 0 I'm in ZSH in Manjaro Linux, and I'm new to ROS.

2020-06-03 04:09:37 -0500 received badge  Editor (source)
2020-06-02 22:31:57 -0500 received badge  Famous Question (source)
2020-06-02 22:31:57 -0500 received badge  Notable Question (source)
2020-06-02 22:31:35 -0500 edited question Sourcing setup.sh in ZSH fails with parse error: condition expected: 0

Sourcing setup.sh in ZSH fails with parse error: condition expected: 0 I'm in ZSH in Manjaro Linux, and I'm new to ROS.

2020-06-02 22:29:25 -0500 asked a question Sourcing setup.sh in ZSH fails with parse error: condition expected: 0

Sourcing setup.sh in ZSH fails with parse error: condition expected: 0 I'm in ZSH in Manjaro Linux, and I'm new to ROS.

2020-06-02 22:28:12 -0500 asked a question Sourcing setup.sh in ZSH fails with parse error: condition expected: 0

Sourcing setup.sh in ZSH fails with parse error: condition expected: 0 I'm in ZSH in Manjaro Linux, and I'm new to ROS.

2020-04-15 12:03:56 -0500 received badge  Popular Question (source)
2020-03-30 00:05:43 -0500 commented question macOS, roslib: No definition of [libboost-filesystem-dev] for OS [osx]

@gvdhoorn, oh, so that'll give me rostopic and rosbag commands, plain python versions?

2020-03-26 03:35:44 -0500 asked a question macOS, roslib: No definition of [libboost-filesystem-dev] for OS [osx]

macOS, roslib: No definition of [libboost-filesystem-dev] for OS [osx] I’m trying to install on macOS as per the macOS g