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

Seanth's profile - activity

2013-02-04 00:01:14 -0500 received badge  Taxonomist
2013-01-30 21:47:39 -0500 received badge  Famous Question (source)
2013-01-30 21:47:39 -0500 received badge  Popular Question (source)
2013-01-30 21:47:39 -0500 received badge  Notable Question (source)
2012-08-19 05:32:55 -0500 received badge  Notable Question (source)
2012-08-19 05:32:55 -0500 received badge  Famous Question (source)
2012-02-19 04:33:30 -0500 received badge  Popular Question (source)
2011-06-28 04:57:06 -0500 marked best answer rosjava Cmake errors

You can't run "make test" for packages that are installed via apt-get. They are binary/read-only. The "make test" example is only if you install client_rosjava from git.

In other words, don't worry about the 'make test' part of the docs and just continue with the rest of the examples.

2011-06-24 04:05:19 -0500 commented answer rosjava Cmake errors
Thanks for your reply
2011-06-24 04:04:40 -0500 answered a question rosjava Cmake errors

Thank you for the answer!

2011-06-20 11:12:51 -0500 asked a question rosjava Cmake errors

Hello, I am currently trying to test rosjava in cturtle using the wiki provided at: http://www.ros.org/wiki/rosjava_jni .

After running the "make test" command while in the , I am receiving the following error:

CMake Error: The current CMakeCache.txt directory /opt/ros/cturtle/stacks/client_rosjava/test_rosjava/build/CMakeCache.txt is different than the directory /tmp/buildd/ros-cturtle-client-rosjava-0.1.3/debian/ros-cturtle-client-rosjava/opt/ros/cturtle/stacks/client_rosjava/test_rosjava/build where CMackeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt CMake Error: The source "/opt/ros/cturtle/stacks/client_rosjava/test_rosjava/CMakeLists.txt" does not match the source "/tmp/buildd/ros-cturtle-client-rosjava-0.1.3/debian/ros-cturtle-client-rosjava/opt/ros/cturtle/stacks/client_rosjava/test_rosjava/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.

I have limited knowledge of the CMake and make commands, but I do know that Cmake is essentially a special case of the make command and essentially compiles multiple files of a project.

Any pointers?

2011-06-07 05:46:55 -0500 marked best answer rosoct/ corobot support

rosoct would need a new maintainer willing to migrate it. An alternative is to use rospy with matplotlib.

The libraries associated with rosoct are still available here:

https://code.ros.org/svn/ros/stacks/ros_experimental/branches/cturtle/rosoct

2011-06-07 02:54:46 -0500 answered a question rosoct/ corobot support

Thank you for your reply, that helps!

2011-06-07 02:53:42 -0500 received badge  Supporter (source)
2011-06-06 05:52:30 -0500 asked a question rosoct/ corobot support

Hello,

I am currently working with a coroware bot with a fellow student intern. We are using a matlab interface in Windows, which is working alright for now. However, we foresee latency issues among other problems that may creep up in the future (since the program structure implements at least 3 different programming languages).

We would like to implement the bot using the ros software and using an octave interface. I am aware that rosoct has been retired and is no longer being distributed on this website. I am also aware that ros and coroware are currently working on drivers that support one another.

Is there any hope to have a future rosoct distribution in the works (possibly to interface with diamondback) and is there anyone that possibly has the libraries associated with rosoct still? Also, when is the coroware/ros software expecting to be released?

Thanks ahead of time for your comments/replies