We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I referred to the following URL to install naoqi_driver https://ros-naoqi.github.io/naoqi_driver/install.html
And referred to the following steps
mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src git clone https://github.com/ros-naoqi/naoqi_driver.git rosdep install -i -y --from-paths ./naoqi_driver source /opt/ros/indigo/setup.sh cd ../ && catkin_make
And encountered the following error. error.txt
How can I solve this error?
Thanks
The text was updated successfully, but these errors were encountered:
What is your ROS version? If it is not Indigo, you should change the command source /opt/ros/indigo/setup.sh to a suitable version.
source /opt/ros/indigo/setup.sh
Sorry, something went wrong.
No branches or pull requests
I referred to the following URL to install naoqi_driver
https://ros-naoqi.github.io/naoqi_driver/install.html
And referred to the following steps
And encountered the following error.
error.txt
How can I solve this error?
Thanks
The text was updated successfully, but these errors were encountered: