-
Notifications
You must be signed in to change notification settings - Fork 84
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
Some issues on installation in ubuntu 20.04 #80
Comments
Thanks for opening your first issue here! Make sure that no other issues on the same topic have already been opened! |
I think there was an error in the installation procedure. Did you install CrazyS from the Obviously, if you are running Ubuntu 20.04 with ROS Noetic, you cannot install the
Hopefully, using the command I hope this helps. |
I'm having the same issue. After running
I tried installing all the packages for the Noetic version (Ubuntu 20.0.4). As far as I can tell, the problem is that the |
As far as I know, RotorS, the drone simulator used as the basis for CrazyS, does not work with ROS Noetic. In this case, I would rather suggest opening an issue on the RotorS issue tracker. So if successful, please let us know. I will try to create a version of CrazyS for this version of ROS. |
Apparently, RotorS has added support for Noetic (merged pull). However, I was unable to run it along CrazyS. I'll let you know if I find a workaround to this issue. |
You can try this CrazyS. It may work for you. https://github.com/caslabuiowa/CrazyS If not, try to install the following dependencies first. sudo apt install python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential sudo apt-get install ros-noetic-octomap ros-noetic-octomap-mapping ros-noetic-octomap-rviz-plugins ros-noetic-octomap-server ros-noetic-octomap-msgs ros-noetic-joy ros-noetic-geodesy ros-noetic-octomap-ros ros-noetic-mavlink ros-noetic-control-toolbox sudo apt-get install libgflags-dev sudo apt install libgoogle-glog-dev sudo apt-get install protobuf-compiler libprotobuf-dev |
Thank you for your answer. Installing the dependencies you mentioned didn't solve the problem for me. The fork is a good option, thanks!
|
Hi there! This Christmas holidays, I will be working on CrazyS to make it ROS Neotic compatible. I will reale a new version as soon as it is ready. |
Great news! Thank you for your dedication and hard work. |
CrazyS is now available for ROS Noetic and Gazebo 11 on Ubuntu 20.04 (#89) |
Hi,
I am working on installation of CrazyS in Ubuntu 20.04. I met two problems.
When I ran
rosdep install --from-paths src -i
, I got an error "ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rotors_simulator: Cannot locate rosdep definition for [rotors_hil_interface]". It seems that I do not have such a folder called "rotors_hil_interface".In part 3 "Build your workspace with python_catkin_tools", I tried to install all packages like "ros-melodic-rqt-rotors". But I got "Unable to locate package ros-melodic-rqt-rotors". Even I used "ros-noetic-rqt-rotors" and such a package does exist. However, I still got same error. I could not install all packages in part 3.
About python_catkin_tools, it seems that
sudo apt install python-catkin-tools
does not work in Ubuntu 20.04. I usedsudo apt install python3-catkin-tools
instead.Looking for any answers. Thank you very much!
The text was updated successfully, but these errors were encountered: