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

Unable to install rosserial on Fuerte

asked 2014-02-17 17:24:40 -0500

WMHanif gravatar image

updated 2016-10-24 08:35:53 -0500

ngrennan gravatar image

Hello,

I am currently trying to install rosserial for ROS Fuerte, and I keep getting server time out message after the command hg clone htp://kforge.ros.org/rosserial/hg rosserial.

I've followed the instruction from htp://wiki.ros.org/ rosserial_arduino/ Tutorials/Arduino%20IDE%20Setup. I'm currently using Raspberry-Pi with Fuerte installed.

I'm a bit new in using Linux and ROS, what should I do ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-02-17 19:08:37 -0500

ahendrix gravatar image

The kforge.ros.org server was shut down a while back when Willow Garage downsized. The rosserial package is now hosted on github; you can download the fuerte version using:

git clone -b fuerte-devel https://github.com/ros-drivers/rosserial.git
edit flag offensive delete link more

Comments

It should be noted that the fuerte-devel branch is a bit of a best-effort reconstruction and may not actually represent what the last fuerte release actually was...

fergs gravatar image fergs  ( 2014-02-17 20:51:22 -0500 )edit

thanks, that worked ! but later i got this error ''The following args could not be parsed as stacks or packages: ['rosserial_arduino']'' for ''rosmake rosserial_arduino'', any ideas why ?

WMHanif gravatar image WMHanif  ( 2014-02-18 16:29:35 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-02-17 17:24:40 -0500

Seen: 578 times

Last updated: Feb 17 '14