amirtronics / parrot_ros

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

ROS noetic cann't be installed #2

Open M-Usamah opened 1 month ago

M-Usamah commented 1 month ago

I am using pop_os 22.04 which is based on Ubuntu 22.04 and it is not installing ROS noetic which version 1 so thus this repo works with Ros noetic version 2

amirtronics commented 1 month ago

There no ROS Noetic Version2. The only solution is to use Docker for running ROS Noetic on Ubuntu 22.04 based distros. I need to add the instructions for this to README.md.

amirtronics commented 3 weeks ago

Hi @M-Usamah

I've added instructions and required files to run ros noetic on ubuntu 22.04. There's only one issue with running catkin_make on the container:

Base path: /catkin_ws
Source space: /catkin_ws/src
Build space: /catkin_ws/build
Devel space: /catkin_ws/devel
Install space: /catkin_ws/install
Creating symlink "/catkin_ws/src/CMakeLists.txt" pointing to "/opt/ros/noetic/share/catkin/cmake/toplevel.cmake"
####
#### Running command: "cmake /catkin_ws/src -DCATKIN_DEVEL_PREFIX=/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/catkin_ws/install -G Unix Makefiles" in "/catkin_ws/build"
####
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/catkin_ws/build/CMakeFiles/CMakeOutput.log".
Invoking "cmake" failed

Try to see if you can find a fix for that!