-
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
using the packages with ros noetic #88
Comments
Hi! I'm aware of the limitation of CrazyS on Ubuntu 20.04 and ROS Noetic. I just created a branch for this ( |
Thank you, I'm wondering if I may help you, since I need a simulation environment of a crazyflie for a university project and I would like to improve my coding skills. Honestly I don't know how to start implementing but I think it shouldn't be a big pain. In the meantime I'm trying to run the entire repo in a docker container, but I'm quite a beginner and it still needs some fixes to work. |
Well, you could, but this will take you a while. Perhaps, a couple of weeks. if you wanna try, you should install RotroS as described in this pull request and then integrate the current version of CrazyS for ROS Melodic (i.e., |
I have "exported" (brutally copied and pasted into rotor_simulator) the core parts needed to the |
As stated in #89, I've been working on it these days. Now, CrazyS works on Ubuntu 20.04 and ROS Noetic. A new release will follow soon. |
Hi,
I mounted Ubuntu 20 on my machine, so I'm trying to build and install the packages needed for the simulation in a ROS noetic distributions, but I run into some issues: I didn't manage to install the various
ros-noetic-rotors-*
packages, it seems that they do not compare in the system package manager (even if I found them on an archLinux distribution. So skipping the installing commands in the README.md, when I build the project with catkin I obtain this dependency error.Checking the Cmakefile it couldn't be a missing dep so I figured out it should be a problem of skipping the install steps. Doo you have any ideas or suggestion?
The text was updated successfully, but these errors were encountered: