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
I'm trying to get ROS running on a myCobot 280 Pi. I'm working locally on the builtin raspberry pi, where ROS is installed.
Typing roscore sucessfully launches ros. However, if I follow the tutorial from Elephant Robotics to launch rviz with the sliders I'm getting the following error:
ubuntu@ubuntu:~/catkin_ws$ roslaunch mycobot_ros mycobot_slider.launch RLException: [mycobot_slider.launch] is neither a launch file in package [mycobot_ros] nor is [mycobot_ros] a launch file name The traceback for the exception was written to the log file
Any idea on what I'm doing wrong? the source paths are set.
The text was updated successfully, but these errors were encountered:
I am not a maintainer of the repository. However, as a ROS1 user, I should be able to advise.
First thing first, it seems that there are no mycobot_ros ROS1 packages. So running roslaunch mycobot_ros mycobot_slider.launch will definitely fail since there is no such ROS1 package.
The available ROS1 package provided under this repository are:
I'm trying to get ROS running on a myCobot 280 Pi. I'm working locally on the builtin raspberry pi, where ROS is installed.
Typing
roscore
sucessfully launches ros. However, if I follow the tutorial from Elephant Robotics to launch rviz with the sliders I'm getting the following error:ubuntu@ubuntu:~/catkin_ws$ roslaunch mycobot_ros mycobot_slider.launch RLException: [mycobot_slider.launch] is neither a launch file in package [mycobot_ros] nor is [mycobot_ros] a launch file name The traceback for the exception was written to the log file
Any idea on what I'm doing wrong? the source paths are set.
The text was updated successfully, but these errors were encountered: