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

sdyy's profile - activity

2022-03-14 03:32:05 -0500 received badge  Famous Question (source)
2021-01-12 01:05:50 -0500 received badge  Notable Question (source)
2020-12-18 13:22:04 -0500 marked best answer colcon_release_cross kinetic driveworks failed

ENV: Autoware 1.11.1 and 1.12.alpha1,2 ROS1. Cross compile generic-aarch64 is OK, but cross compile driveworks always got error,

log:

--- stderr: ndt_gpu
CMake Warning at /sysroot/driveworks/opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "autoware_build_flags" with any of the following names:

autoware_build_flagsConfig.cmake
autoware_build_flags-config.cmake

Add the installation prefix of "autoware_build_flags" to CMAKE_PREFIX_PATH or set "autoware_build_flags_DIR" to a directory containing one of the
above files. If "autoware_build_flags" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first):

CMakeLists.txt:4 (find_package)

CMake Error at /sysroot/driveworks/opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "autoware_build_flags" with any of the following names:

autoware_build_flagsConfig.cmake
autoware_build_flags-config.cmake

Add the installation prefix of "autoware_build_flags" to CMAKE_PREFIX_PATH or set "autoware_build_flags_DIR" to a directory containing one of the
above files. If "autoware_build_flags" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)

--- Failed <<< ndt_gpu [ Exited with code 1 ]

2020-11-20 00:04:13 -0500 received badge  Popular Question (source)
2020-11-19 19:38:01 -0500 commented answer Deploying a catkin package

3rd-party library(ex: opencv) may install at /usr/local

2020-11-19 19:34:58 -0500 commented answer Deploying ROS solution without source

But target device still need to install ROS core, and all dependent library. Just move install folder may not be run.

2020-11-18 21:36:27 -0500 asked a question rosdep -simulate --reinstall list is not same as real install

rosdep -simulate --reinstall list is not same as real install I want deploy my package to other PC, so I use "rosdep ins

2020-10-26 03:50:46 -0500 commented question publish/receive large PointCloud2 is very slow

For large data, you should change udp setup ex: sudo sysctl -w net.core.rmem_max="20971520" sudo sysctl -w net.core.wmem

2020-07-29 03:28:26 -0500 received badge  Enthusiast
2020-07-21 00:24:44 -0500 received badge  Supporter (source)
2019-10-23 10:58:18 -0500 received badge  Famous Question (source)
2019-10-23 10:58:18 -0500 received badge  Notable Question (source)
2019-07-13 23:24:33 -0500 received badge  Self-Learner (source)
2019-07-13 23:24:33 -0500 received badge  Teacher (source)
2019-07-11 09:03:47 -0500 received badge  Popular Question (source)
2019-07-10 02:26:35 -0500 commented question undefined reference to ros::init with beginner_tutorials

Also meet this issue when gcc = 4.9, change to gcc5 and rm -rf build will be OK, But driveworks need gcc<=4.9

2019-07-08 00:49:55 -0500 answered a question colcon_release_cross kinetic driveworks failed

I found this issue is caused by cross_toolchain_driveworks.cmake set(CMAKE_PREFIX_PATH "${CMAKE_SYSROOT}/opt/ros/

2019-07-04 20:47:38 -0500 commented question colcon_release_cross kinetic driveworks failed

I may know why is failed, because after colcon build, some packages were not installed. But I don't know why there were

2019-07-04 05:22:45 -0500 edited question colcon_release_cross kinetic driveworks failed

colcon_release_cross kinetic driveworks failed ENV: Autoware 1.11.1 and 1.12.alpha1,2 ROS1. Cross compile generic-aarch6

2019-07-04 03:45:10 -0500 asked a question colcon_release_cross kinetic driveworks failed

colcon_release_cross kinetic driveworks failed Cross compile generic-aarch64 is OK, but cross compile driveworks always

2019-07-04 02:46:12 -0500 received badge  Organizer (source)