ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

ashakeri's profile - activity

2023-06-14 13:51:30 -0500 received badge  Famous Question (source)
2022-08-01 14:02:20 -0500 received badge  Notable Question (source)
2022-08-01 14:02:20 -0500 received badge  Popular Question (source)
2022-02-18 05:52:59 -0500 asked a question What is the inter-process communication mechanism in ROS2?

What is the inter-process communication mechanism in ROS2? I have read the article Intra-process Communications in ROS 2

2022-02-18 05:51:35 -0500 asked a question What is the inter-process communication mechanism in ROS2?

What is the inter-process communication mechanism in ROS2? I have read the article Intra-process Communications in ROS 2

2021-05-12 05:12:35 -0500 received badge  Famous Question (source)
2021-05-03 05:07:49 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

@christophebedard The functionalities that I want is not working. I do everything according to this documentation but it

2021-05-03 05:06:52 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

@christophebedard The functionalities that I want is not working. I do everything according to this documentation but it

2021-05-03 05:06:38 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

@christophebedard The functionalities that I want is not working. I do everything according to this documentation but it

2021-05-03 05:02:09 -0500 commented answer Why "colcon build" fails to build some of the Autoware.Auto packages?

Thanks for the feedback. So I conclude that the problems that I have are not related to building the packages. For examp

2021-05-03 03:45:28 -0500 marked best answer Why "colcon build" fails to build some of the Autoware.Auto packages?

Without using ADE

I am trying to install Autoware.Auto without using ADE. I installed ros-foxy-desktop via Debian packages, i.e by typing sudo apt install ros-foxy-desktop in terminal. I also installed all the dependencies as is written in the Installation document of Autoware.Auto.

The problem is that when I build the Autoware.Auto packages with colcon build --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo some packages fail. At the end I see such a message:

Summary: 94 packages finished [4min 53s]
  11 packages had stderr output: ament_acado autoware_auto_common lanelet2_global_planner mpc_controller ndt ndt_mapping_nodes ndt_nodes point_cloud_mapping rosapi spinnaker_camera_driver spinnaker_camera_nodes

To be more specific, here is the first stderr message:

--- stderr: autoware_auto_common                                                                                                                                                               
CMake Warning at CMakeLists.txt:53 (find_package):
  Found package configuration file:

    /opt/ros/foxy/share/ament_cmake_cpplint/cmake/ament_cmake_cpplintConfig.cmake

  but it set ament_cmake_cpplint_FOUND to FALSE so package
  "ament_cmake_cpplint" is considered to be NOT FOUND.


CMake Warning at CMakeLists.txt:58 (find_package):
  Found package configuration file:

    /opt/ros/foxy/share/ament_cmake_uncrustify/cmake/ament_cmake_uncrustifyConfig.cmake

  but it set ament_cmake_uncrustify_FOUND to FALSE so package
  "ament_cmake_uncrustify" is considered to be NOT FOUND.


---
Finished <<< autoware_auto_common [23.8s]

I am using ubuntu 20.04.

Inside ADE

I have to note that the same problem exists inside ADE. I use the installation guide and when I run build the project, I find similar errors.

Summary: 93 packages finished [2min 48s]
  12 packages had stderr output: ament_acado autoware_auto_common had_map_utils lanelet2_global_planner mpc_controller ndt ndt_mapping_nodes ndt_nodes point_cloud_mapping rosapi spinnaker_camera_driver spinnaker_camera_nodes

My question is that why I see the above stderr? Does it mean that I missed some dependencies? By the way, I installed all dependencies from Autoware.Auto documentation. I appreciate any suggestion.

2021-05-03 03:45:28 -0500 received badge  Scholar (source)
2021-05-03 03:45:26 -0500 received badge  Supporter (source)
2021-04-26 21:20:47 -0500 received badge  Notable Question (source)
2021-04-26 04:53:52 -0500 received badge  Organizer (source)
2021-04-26 04:53:07 -0500 edited question Why "colcon build" fails to build some of the Autoware.Auto packages?

Why "colcon build" fails to build some of the Autoware.Auto packages? Without using ADE I am trying to install Autoware

2021-04-26 03:22:14 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

@jpace121 Yes they are installed but the same problem exist. I installed the cpplint via "pip install cpplint".

2021-04-26 02:55:50 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

@jpace121 Yes they are installed. The cpplint is installed via "pip install cpplint".

2021-04-26 02:55:18 -0500 commented question Why "colcon build" fails to build some of the Autoware.Auto packages?

Yes they are installed. The cpplint is installed via "pip install cpplint".

2021-04-26 02:23:57 -0500 received badge  Popular Question (source)
2021-04-23 21:57:03 -0500 asked a question Why "colcon build" fails to build some of the Autoware.Auto packages?

Why "colcon build" fails to build some of the Autoware.Auto packages? I am trying to install Autoware.Auto without using