Coder Social home page Coder Social logo

Comments (5)

mike4192 avatar mike4192 commented on July 22, 2024

Are you using catkin build? See the following page for info on setting up a workspace correctly:
https://catkin-tools.readthedocs.io/en/latest/quick_start.html

I just created a test catkin workspace from scratch and checked out my repo and built it and was able to launch without issue.
My commands were:

source /opt/ros/kinetic/setup.bash 
mkdir -p ~/catkin_temp/src            
cd ~/catkin_temp       
catkin init                                
cd ~/catkin_temp/src      
git clone https://github.com/mike4192/spotMicro.git .
git submodule init
git submodule update
cd ..
catkin build
source devel/setup.bash
roslaunch spot_micro_launch motion_control_and_hector_slam.launch

from spotmicro.

niranjan1997 avatar niranjan1997 commented on July 22, 2024

image
I have followed the above instructions. created a temp catkin ws cloned the repo and built it with catkin build command. even after a successful build. when I try to launch the file I am getting the same error.
RLException: [motion_control_and_hector_slam.launch] is neither a launch file in package [spot_micro_lauch] nor is [spot_micro_lauch] a launch file name The traceback for the exception was written to the log file
I am using ros melodic not kinetic. I have installed ros melodic packages instead of kinetic sudo apt-get install ros-melodic-rplidar-ros sudo apt-get install ros-melodic-hector-slam
is this the problem?
thank you.

from spotmicro.

mike4192 avatar mike4192 commented on July 22, 2024

You have a typo in your command. You are putting lauch instead of launch

Using Ros melodic shouldn't be an issue for this problem, but if may cause other issues in running the software, as I've only tested in kinetic

from spotmicro.

niranjan1997 avatar niranjan1997 commented on July 22, 2024

Yeah, I just figured it out. thank you. :D I just copied that from the instructions page. please correct it.
image

from spotmicro.

mike4192 avatar mike4192 commented on July 22, 2024

Thank you. Will update it now

from spotmicro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.