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

berry0511's profile - activity

2020-04-23 02:30:42 -0500 answered a question ros log: named and stderr

try this. https://github.com/ros/rosconsole/pull/41

2020-04-23 02:28:33 -0500 answered a question missing ROS_ERR and ROS_FATAL from node log file

try this. https://github.com/ros/rosconsole/pull/41

2020-04-22 23:39:52 -0500 answered a question Autoware: stderr output in build

https://github.com/ros/rosconsole/pull/40

2016-08-05 04:43:56 -0500 received badge  Student (source)
2015-04-11 15:18:31 -0500 received badge  Famous Question (source)
2014-11-13 23:52:51 -0500 received badge  Enthusiast
2014-11-06 04:44:05 -0500 commented answer How to install packages under ROS

thx a lot ! i solved that error, I think I used to download the wrong package!

2014-11-06 04:42:30 -0500 received badge  Scholar (source)
2014-11-06 04:42:28 -0500 commented answer question in install third party package on ROS

I have fix that! I downloaded the wrong package! thx a lot!

2014-11-06 04:41:09 -0500 received badge  Famous Question (source)
2014-11-05 20:36:40 -0500 received badge  Notable Question (source)
2014-11-05 05:52:13 -0500 received badge  Popular Question (source)
2014-11-05 04:32:11 -0500 commented answer How to install packages under ROS

Thanks very much! I have tried it before ( http://answers.ros.org/question/19570... ) , there's some problems when i tried to catkin_make. I don't know how to solve it.

2014-11-05 02:33:00 -0500 asked a question How to install packages under ROS

I want to install packages from the URL: http://www.ros.org/browse/list.php?pa... but failed for many times. I don't know how to use the apt-get to install a package from that web.

2014-10-28 02:40:26 -0500 commented answer question in install third party package on ROS

Ooops I misunderstood , I have tried the method above but it doesn't work..maybe there's something I've ignored, thank you very much for your patience.

2014-10-27 06:15:01 -0500 commented answer question in install third party package on ROS

Thx for your answering but I'm not going to replace indigo , I have already installed groovy, and i want to install the package under groovy but i failed

2014-10-27 06:12:42 -0500 received badge  Notable Question (source)
2014-10-25 06:58:28 -0500 received badge  Popular Question (source)
2014-10-23 04:20:02 -0500 asked a question question in install third party package on ROS

I want to install a third party package which is

Source: https://github.com/labust/labust-ros-...

Dependencies:

Description: The labust_control package contains all the low and high-level controllers used for the vehicles and platforms at LABUST.

and i did several step below:

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/labust/labust-ros-pkg.git
$ cd ..
$ catkin_make

while cankin_make it returns many mistakes I don't know how to solve

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package navcon_msgs.

  Set navcon_msgs_DIR to the directory containing a CMake configuration file
  for navcon_msgs.  The file will have one of the following names:

    navcon_msgsConfig.cmake
    navcon_msgs-config.cmake

Call Stack (most recent call first):
  labust-ros-pkg/labust_execution/CMakeLists.txt:7 (find_package)


-- Boost version: 1.46.1
-- Found the following Boost libraries:
--   graph
-- checking for module 'eigen3'
--   found eigen3, version 3.0.5
-- Found Eigen: /usr/include/eigen3 
-- Eigen found (include: /usr/include/eigen3)
-- +++ skipping metapackage: 'labust_framework'
-- +++ processing catkin package: 'labust_launchers'
-- ==> add_subdirectory(labust-ros-pkg/labust_launchers)
-- +++ processing catkin package: 'labust_uwsim'
-- ==> add_subdirectory(labust-ros-pkg/labust_uwsim)
-- +++ processing catkin package: 'matlogger'
-- ==> add_subdirectory(labust-ros-pkg/matlogger)
-- +++ processing catkin package: 'snippets'
-- ==> add_subdirectory(labust-ros-pkg/snippets)
-- Eigen found (include: /usr/include/eigen3)
-- +++ processing catkin package: 'ident_so'
-- ==> add_subdirectory(labust-ros-pkg/ident_so)
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package navcon_msgs.

  Set navcon_msgs_DIR to the directory containing a CMake configuration file
  for navcon_msgs.  The file will have one of the following names:

    navcon_msgsConfig.cmake
    navcon_msgs-config.cmake

Call Stack (most recent call first):
  labust-ros-pkg/ident_so/CMakeLists.txt:7 (find_package)


-- +++ processing catkin package: 'labust_control'
-- ==> add_subdirectory(labust-ros-pkg/labust_control)
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package auv_msgs.

  Set auv_msgs_DIR to the directory containing a CMake configuration file for
  auv_msgs.  The file will have one of the following names:

    auv_msgsConfig.cmake
    auv_msgs-config.cmake

Call Stack (most recent call first):
  labust-ros-pkg/labust_control/CMakeLists.txt:7 (find_package)


CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package navcon_msgs.

  Set navcon_msgs_DIR to the directory containing a CMake configuration file
  for navcon_msgs.  The file will have one of the following names:

    navcon_msgsConfig.cmake
    navcon_msgs-config.cmake

Call Stack (most recent call first):
  labust-ros-pkg/labust_control/CMakeLists.txt:7 (find_package)


CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package tf2_ros.

  Set tf2_ros_DIR to the directory containing a CMake configuration file for
  tf2_ros.  The file will have one of the following names:

    tf2_rosConfig.cmake
    tf2_ros-config.cmake

Call Stack (most recent call first):
  labust-ros-pkg/labust_control/CMakeLists.txt:7 (find_package)


-- +++ processing catkin package: 'labust_mission'
-- ==> add_subdirectory(labust-ros-pkg/labust_mission)
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:71 (find_package):
  Could not find a configuration file for package decision_making.

  Set decision_making_DIR to the directory containing a CMake configuration
  file for decision_making.  The file will have one of the following names ...
(more)
2014-10-22 18:53:45 -0500 received badge  Famous Question (source)
2014-05-01 11:34:29 -0500 received badge  Notable Question (source)
2014-04-09 06:22:21 -0500 received badge  Popular Question (source)
2014-04-08 04:28:36 -0500 commented answer Errors in ROS:helloworld on Arduino

yes, Automatically generated in home folder

2014-04-08 04:08:30 -0500 commented answer Errors in ROS:helloworld on Arduino

Yes, I copied from the rosserial_arduino/libraries,but there accurs anther error, returns like "permission denied",however the ros_lib shows up in the sketchbook/libraries. amazing?

2014-04-08 03:25:58 -0500 received badge  Organizer (source)
2014-04-08 03:24:20 -0500 asked a question Errors in ROS:helloworld on Arduino

I'm really new to ROS and Arduino. I get a problem in arduino . When I finished installing the Arduino IDE in Ubunto 12.04 , I test the helloworld program in ros_lib, it remind me like this:fatal error: ros/node_handle.h no such file or directory. SO , is there anyone could help me