Giter Site home page Giter Site logo

Comments (10)

fabrizzio-gz avatar fabrizzio-gz commented on September 22, 2024 1

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.

from crazys.

welcome avatar welcome commented on September 22, 2024

Thanks for opening your first issue here! Make sure that no other issues on the same topic have already been opened!

from crazys.

gsilano avatar gsilano commented on September 22, 2024

I think there was an error in the installation procedure. Did you install CrazyS from the dev/ros-melodic branch? Even if the name says "ROS Melodic", it should also be compatible with Noetic. At least I hope so.

Obviously, if you are running Ubuntu 20.04 with ROS Noetic, you cannot install the melodic packages or simply change the name of the ROS distribution. Below are the instructions to follow:

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace  # initialize your catkin workspace
$ cd ~/catkin_ws/
$ catkin init
$ cd ~/catkin_ws/src
$ git clone -b dev/ros-melodic https://github.com/gsilano/CrazyS.git
$ git clone -b med18_gazebo9 https://github.com/gsilano/mav_comm.git
$ cd ~/catkin_ws
$ rosdep update
$ catkin build
$ echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
$ source ~/.bashrc

Hopefully, using the command sudo apt install python3-catkin-tools instead of sudo apt install python-catkin-tools shouldn't cause any problems. However, I cannot guarantee anything as it has never been tested with this ROS distro.

I hope this helps.

from crazys.

fabrizzio-gz avatar fabrizzio-gz commented on September 22, 2024

I'm having the same issue. After running rosdep install --from-paths src -i, I got the following error message.

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]

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 rotors_simulator package can run only on Melodic (http://wiki.ros.org/rotors_simulator)

from crazys.

gsilano avatar gsilano commented on September 22, 2024

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.

from crazys.

Yiqing-Gu avatar Yiqing-Gu commented on September 22, 2024

You can try this CrazyS. It may work for you. https://github.com/caslabuiowa/CrazyS
You need to clone its dev/ros-melodic branch.

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

from crazys.

fabrizzio-gz avatar fabrizzio-gz commented on September 22, 2024

You can try this CrazyS. It may work for you. https://github.com/caslabuiowa/CrazyS You need to clone its dev/ros-melodic branch.

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!

GitHub
CrazyS is an extension of the ROS package RotorS, aimed to modeling, developing and integrating the Crazyflie 2.0 - GitHub - caslabuiowa/CrazyS: CrazyS is an extension of the ROS package RotorS, ai...

from crazys.

gsilano avatar gsilano commented on September 22, 2024

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.

from crazys.

fabrizzio-gz avatar fabrizzio-gz commented on September 22, 2024

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.

from crazys.

gsilano avatar gsilano commented on September 22, 2024

CrazyS is now available for ROS Noetic and Gazebo 11 on Ubuntu 20.04 (#89)

from crazys.

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.