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

luwei's profile - activity

2012-11-07 04:32:46 -0500 received badge  Taxonomist
2012-09-18 00:02:43 -0500 received badge  Popular Question (source)
2012-09-18 00:02:43 -0500 received badge  Notable Question (source)
2012-09-18 00:02:43 -0500 received badge  Famous Question (source)
2012-04-22 19:26:50 -0500 received badge  Editor (source)
2012-04-22 19:25:48 -0500 asked a question Create a new ROS Android package

I follow this tutorial "http://www.ros.org/wiki/rosjava/Tutorials/Creating%20a%20ROS%20Android%20project" in the end when I did rosmake new_package it shows " [ rosmake ] Packages requested are: ['new_package']
[ rosmake ] Logging to directory/home/luwei/.ros/rosmake/rosmake_output-20120422-221856 [ rosmake ] Expanded args ['new_package'] to: ['new_package']
[ rosmake ] Checking rosdeps compliance for packages new_package. This may take a few seconds. [ rosmake ] rosdep check passed all system dependencies in packages
[rosmake-0] Starting >>> new_package [ make ]
[rosmake-0] Finished <<< new_package [SKIP] No rule to make target None
[ rosmake ] Results:
[ rosmake ] Built 1 packages with 0 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/luwei/.ros/rosmake/rosmake_output-20120422-221856 " Nothing created in the folder. Does anyone know why? Thank you very much.