Octave in ROS
I am in learning phase with the ROS, of of the languages that I want to use is Octave, but I can not add the libraries. How I can do this?.
Greetings, and sorry for my English, I speak not very well.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
There are no longer libraries for Octave support in ROS. The 'rosoct' client library was last compatible with ROS C Turtle. You can download it here:
https://code.ros.org/svn/ros/stacks/ros_experimental/branches/cturtle/rosoct/
Hello, thank you very much for responding.
I downloaded the package "rosoct" with svn, and I put in my package directory, but can not get work.
Octave use 3.2 because I could not get the 3.0 octave, as shown in the tutorial rosoct.
I added the file. Octavesr [status, rosoctpath] = system ('find rospack rosoct'); rosoctpath = strtrim (rosoctpath); addpath (fullfile (rosoctpath, 'octave'));
Do not know if I'm missing some step, or any package.
Can you help, thank you very much
Asked: 2011-05-03 22:35:04 -0600
Seen: 1,381 times
Last updated: Jun 30 '11