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

Kat's profile - activity

2016-05-08 15:30:09 -0500 received badge  Famous Question (source)
2015-04-08 13:00:26 -0500 received badge  Notable Question (source)
2015-01-12 08:55:32 -0500 received badge  Popular Question (source)
2014-08-14 05:15:38 -0500 answered a question Knowrob reasoning about objects' tutorial error

I found the problem. Some files of knowrob_basics_tutorial, such as init.pl in the prolog folder and ccrl2_map_objects.owl in the owl folder have '.in' at the end of their name. I removed that and everything seems to work now. So rename init.pl.in to init.pl and it works.

2014-08-13 11:27:44 -0500 received badge  Organizer (source)
2014-08-13 11:27:13 -0500 asked a question launch lisp REPL error

I was trying one of the first CRAM tutorial and it says 'launch lisp REPL.' I have installed roslisp but when i run 'rosrun roslisp_repl repl' as the roslisp tutorial says to do, I get "[rosrun] Couldn't find executable named repl below /opt/ros/groovy/share/roslisp_repl"

Any ideas what I am doing wrong?

Btw, I am using Ros Groovy on ubuntu 12.04.

Thanks!

2014-08-13 09:49:44 -0500 commented answer Knowrob reasoning about objects' tutorial error

It is a rosbuild stack using this tutorial: http://wiki.ros.org/catkin/Tutorials/... and I have run rosmake knowrob and it showed me no errors.

2014-08-13 08:42:56 -0500 commented answer Knowrob reasoning about objects' tutorial error

Ok yes. I did miss that. I have now installed knowrob and the tutorials from source like the link showed. And both knowrob and knowrob_basics_tutorial are in /home/groovy_workspace/stacks and are found by roscd. But still I get the same error.

2014-08-13 03:49:25 -0500 commented answer Knowrob reasoning about objects' tutorial error

In the git tutorial they assume you have installed ros from svn. But I have not and I don't know what the correct directories are in my case. I have a catkin workspace in my home folder. Should I install it there?

2014-08-13 03:47:33 -0500 commented answer Knowrob reasoning about objects' tutorial error

What I did was install knowrob like it said in the tutorial and this works fine. For the knowrob tutorials I used http://wiki.ros.org/ROS/Tutorials/Sta... to install it from github in the opt/ros/groovy/stacks, where knowrob also is.

2014-08-13 03:44:18 -0500 commented answer Knowrob reasoning about objects' tutorial error

I installed ros groovy on ubuntu 12.04. The version of swipl is SWI-Prolog version 5.10.4 for i386. When I roscd knowrob I get /opt/ros/groovy/stacks/knowrob

2014-08-12 16:20:50 -0500 commented answer Knowrob reasoning about objects' tutorial error

Is this solved? I put the knowrob_basics_tutorial package in /opt/ros/groovy/stacks/ and I still get this error.

2014-04-19 18:45:42 -0500 received badge  Popular Question (source)
2014-04-19 18:45:42 -0500 received badge  Notable Question (source)
2014-04-19 18:45:42 -0500 received badge  Famous Question (source)
2014-01-28 17:25:42 -0500 marked best answer android tutorial teleop: missing ids in R.java of honeycomb

Hi

In the MainActivity of android_tutorial_teleop there are some things wrong I think:

In MainActivity.java these are used:

  • R.id.virtual_joystick_snap
  • R.id.virtual_joystick
  • R.id.visualization

And in res/menu/settings_menu.xml

  • @+id/virtual_joystick_properties
  • @+id/virtual_joystick_snap

And in res/layout/main.xml

  • @+id/virtual_joystick

The compiler looks for these ids in the R.java of android_honeycomb_mr2 but the only (relevant) id that is in there is public static int virtual_joystick_layout=0x7f05003b;.

How can I solve this. I could really use this tutorial.

Cheers!

2014-01-28 17:25:40 -0500 marked best answer rosjava_core tutorial error in source

Hi

I wanted to run rosjava_tutorial_pubsub and rosjava_tutorial_services in eclipse. These need the project rosjava. But there is an error in the source code. In the src/test/java, int the org.ros package in ParameterServerTestNode.java At line number 112 it gives this error: The method setInt32Array(List<integer>) in the type TestArrays is not applicable for the arguments (int[])

Just to let you know.

2014-01-28 17:25:29 -0500 marked best answer install rosjava error

I have troubles installing rosjava_core.

Building > :rosjava_actionlib:compileJava > Resolving dependencies ':rosjava_a:rosjava_actionlib:compileJava

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all dependencies for configuration ':rosjava_actionlib:compile'. > Could not find group:ros, module:message.actionlib_msgs, version:0.0.0-SNAPSHOT. Required by: ros.rosjava_core:rosjava_actionlib:0.0.0-SNAPSHOT

Then I tried this tutorial: http://docs.rosjava.googlecode.com/hg/rosjava_core/html/installing.html

  • sudo apt-get install python-setuptools (ran fine)
  • easy_install --prefix ~/.local -U rosinstall

error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the installation directory:

[Errno 2] No such file or directory: '/home/katrijne/.local/lib/python2.7/site-packages/test-easy-install-4763.write-test'

The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:

/home/katrijne/.local/lib/python2.7/site-packages

This directory does not currently exist. Please create it and try again, or choose a different installation directory (using the -d or --install-dir option).

  • export PATH=$PATH:~/.local/bin
  • ... (see the tutorial)
  • easy_install --prefix ~/.local -U pygments (gives the same error as the previous easy_install)
  • roscd rosjava_core
  • ./gradlew install

21:02:09.331 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. 21:02:09.331 [ERROR] [org.gradle.BuildExceptionReporter] 21:02:09.331 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 21:02:09.332 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':rosjava_messages:generateSources'. 21:02:09.334 [ERROR] [org.gradle.BuildExceptionReporter] > Command '/usr/lib/jvm/java-6-openjdk/bin/java' finished with (non-zero) exit value 1. 21:02:09.335 [ERROR] [org.gradle.BuildExceptionReporter] 21:02:09.335 [ERROR] [org.gradle.BuildExceptionReporter] * Exception is: 21:02:09.336 [ERROR] [org.gradle.BuildExceptionReporter] org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':rosjava_messages:generateSources'.

Can you help me?

2013-04-07 23:42:33 -0500 received badge  Enlightened (source)
2013-04-07 23:42:33 -0500 received badge  Good Answer (source)
2012-12-21 04:37:18 -0500 received badge  Nice Answer (source)
2012-09-23 04:22:41 -0500 received badge  Famous Question (source)
2012-09-07 10:02:21 -0500 received badge  Notable Question (source)
2012-09-07 10:02:21 -0500 received badge  Popular Question (source)
2012-08-27 02:35:21 -0500 received badge  Famous Question (source)
2012-08-27 02:35:21 -0500 received badge  Popular Question (source)
2012-08-27 02:35:21 -0500 received badge  Notable Question (source)
2012-08-26 07:05:32 -0500 received badge  Famous Question (source)
2012-08-26 07:05:32 -0500 received badge  Notable Question (source)
2012-08-21 08:33:15 -0500 received badge  Famous Question (source)
2012-08-21 08:33:15 -0500 received badge  Popular Question (source)
2012-08-21 08:33:15 -0500 received badge  Notable Question (source)
2012-08-07 06:51:13 -0500 received badge  Popular Question (source)
2012-06-14 12:28:35 -0500 received badge  Good Answer (source)
2012-06-09 02:43:45 -0500 received badge  Commentator
2012-06-09 02:43:31 -0500 commented answer What is the purpose of ROS_WORKSPACE

export ROS_WORKSPACE=what_you_need_it_to_be. But if you made your workspace with rosws you don't need to change it manually.

2012-06-07 15:03:56 -0500 received badge  Nice Answer (source)
2012-05-26 09:09:58 -0500 answered a question What is the purpose of ROS_WORKSPACE

ROS_WORKSPACE is the path to the folder where you put all the packages you make yourself. Sometimes also for extra packages you want to install. You should check out the tutorials on ros.org.

2012-05-23 20:49:43 -0500 answered a question ROSJava PubSub tutorial not publishing chatter topic

Try to look for the files in ./build/install/rosjava_tutorial_pubsub/bin