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

Newbee's profile - activity

2013-01-02 12:52:04 -0500 received badge  Famous Question (source)
2013-01-02 12:52:04 -0500 received badge  Popular Question (source)
2013-01-02 12:52:04 -0500 received badge  Notable Question (source)
2012-08-30 09:17:46 -0500 received badge  Notable Question (source)
2012-08-30 09:17:46 -0500 received badge  Famous Question (source)
2012-08-30 09:17:46 -0500 received badge  Popular Question (source)
2012-05-02 02:33:52 -0500 answered a question rosjava error: Unknown CMake command "add_java_source_dir"

add this line in your CMakeLists.text set(add_java_source_dir ${PROJECT_SOURCE_DIR}/src)

2012-05-02 00:04:27 -0500 asked a question how to create ROSJAVA , ROSANDROID eclipse project ?

I tried and followed many docs on internet. Sometimes it gives same error as asked ros answer.Can someone post understandable tuts?

2012-05-01 16:00:54 -0500 commented answer Simple client node error

there isn't '<depend package="add" />' line on my manifest.xml

2012-05-01 00:24:56 -0500 commented answer Simple client node error

so how to fix this problem?

2012-05-01 00:09:38 -0500 received badge  Scholar (source)
2012-04-30 23:24:11 -0500 commented answer Why ROS Topic should get XMLRPC address:port but ROS Service doesn't?

Can you explain the above first figure "Topic mechanism" please?

2012-04-30 23:20:39 -0500 answered a question Simple client node error

thanks guys for comment here is my console error of above client.cpp

/usr/bin/make all 
mkdir -p bin
cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
Re-run cmake no build system arguments
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
[rosbuild] Building package add
Failed to invoke /opt/ros/diamondback/ros/bin/rospack deps-manifests add
-- Configuring incomplete, errors occurred!
[rospack] package [add] depends on itself (/home/f/workspace/add/manifest.xml).
[rospack] self-dependency


CMake Error at /opt/ros/diamondback/ros/core/rosbuild/public.cmake:113 (message):


  Failed to invoke rospack to get compile flags for package 'add'.  Look
  above for errors from rospack itself.  Aborting.  Please fix the broken
  dependency!

Call Stack (most recent call first):
  /opt/ros/diamondback/ros/core/rosbuild/public.cmake:183 (rosbuild_invoke_rospack)
  CMakeLists.txt:12 (rosbuild_init)


make: *** [all] Error 1
2012-04-30 00:04:34 -0500 received badge  Editor (source)
2012-04-30 00:04:04 -0500 asked a question Simple client node error

Hello there, I have created rospackage "add" and client.cpp file. when I compile the cpp file header file "add/AddTwoInts.h" gives this error.No such file or directory,,, Do you have any idea for this error?

2012-04-24 19:33:57 -0500 answered a question Why ROS Topic should get XMLRPC address:port but ROS Service doesn't?

Please describe more detailed in first figure?

2012-04-24 15:56:33 -0500 received badge  Supporter (source)
2012-04-24 15:52:57 -0500 answered a question Connecting my Custom Robot to ROS

Hello there , I am a newbee for ROS. I don't know and I wanna know which of c++ or python is good to start ?

Can you post some very basic tuts who are reading this post and thank you.