Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in chapter 3 (Chatbot) #3

Open
ghost opened this issue May 22, 2017 · 1 comment
Open

Issues in chapter 3 (Chatbot) #3

ghost opened this issue May 22, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 22, 2017

Two issues

  1. not able to clone the files by using git clone. Refer page 98 of ROS_ ROBOTICS_PROJECTS
    I was in this directory on my terminal --
    [ /home/niksuvi/catkin_ws/ros_aiml/data ]
    and using the following command and path---
    [ git clone https://github.com/qboticslabs/ros_robotics_projects/tree/master/chapter_3_codes /ros_aiml/data ]

I sorted this by downloading the files and copying in my "data" folder. Did similar for "scripts" and "launch".

  1. Secondly launch command is giving an error. After changing permission if i use
    $ roslaunch ros_aiml start_chat.launch
    It says
    [start_chat.launch] is neither a launch file in package [ros_aiml] nor is [ros_aiml] a launch file name
    The traceback for the exception was written to the log file
@qboticslabs
Copy link
Owner

Hi, i hope you put this package in your ROS workspace and built using catkin_make.

After doing catkin_make, just do $ roscd ros_aiml

to confirm it is properly set.

If it is set, then you can launch the file.

You can change the permission of launch files also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant