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

Unable to find a package for groovy, like cereal_port package in fuerte?

asked 2013-07-17 17:55:23 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

the cereal_port package in fuerte provides easy programming for USB port communication but i am unable to found such a package for groovy.
rosserial package in groovy is very much typed for communication with AVR or with a microcontroller running rosserial_client.
the problem is that I have a robot base having PIC microcontroller with FTDI device. means the base is having a microcontroller based circuit for motor control. the microcontroller can actually handle RS-232 and the FTDI device converts RS-232 data in to packets of USB to support the communication. I just need to send specific data to USB port.
I am unable to write a rosnode to send data on USB0 port?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-07-17 19:38:16 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

cereal_port is part of the serial_communication stack.

From the documentation, it looks like the serial_communication stack is no longer maintained, and is not available in Groovy. You may be able to build it from source, or contact the maintainers to get it released into Groovy.

As an alternative, the serial library is available in Groovy and should do what you need.

edit flag offensive delete link more

Comments

Following is the problem I am facing while. CMake Error at CMakeLists.txt:5 (find_package): Could not find module Findcatkin.cmake or a configuration file for package catkin.

Adjust CMAKE_MODULE_PATH to find Findcatkin.cmake or set catkin_DIR to the directory containing a CMake configuratio

lifelonglearner gravatar image lifelonglearner  ( 2013-07-18 15:14:39 -0500 )edit

file for catkin. The file will have one of the following names: catkinConfig.cmake catkin-config.cmake CMake Error at CMakeLists.txt:9 (catkin_package): Unknown CMake command "catkin_package". -- Configuring incomplete, errors occurred! make: * [serial] Error 1

lifelonglearner gravatar image lifelonglearner  ( 2013-07-18 15:19:16 -0500 )edit

If you're having trouble with the serial library, please ask a new question. You should be able to install it with 'sudo apt-get install ros-groovy-serial' instead of building it from source.

ahendrix gravatar image ahendrix  ( 2013-07-18 15:23:00 -0500 )edit

Thank you. I tried 'sudo apt-get install ros-groovy-serial' there was a little problem but 'sudo apt-get updates' resolved the problem and finally I got to install serial. I wish I will be able to program to send data on USB0 using serial. Thanks a lot.

lifelonglearner gravatar image lifelonglearner  ( 2013-07-18 15:39:19 -0500 )edit

I got to install the Serial and trying to write program I am having problem to resolve the #include <unix.h>. Compiler ('eclipse' made it compatible to rosworkspace) showing problem to resolve it. What I understand is that unix.h directory is not available. Please tell how to resolve this problem.

lifelonglearner gravatar image lifelonglearner  ( 2013-07-22 15:20:43 -0500 )edit

If you're having trouble with the serial library, please ask a new question.

ahendrix gravatar image ahendrix  ( 2013-07-23 16:02:46 -0500 )edit

Question Tools

Stats

Asked: 2013-07-17 17:55:23 -0500

Seen: 521 times

Last updated: Jul 17 '13