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

brown's irobot_create_2_1 driver unable to run

asked 2011-12-25 02:57:15 -0500

nsstrunks gravatar image

updated 2011-12-25 14:48:48 -0500

tfoote gravatar image

$ rosrun irobot_create_2_1 driver.py Traceback (most recent call last): File "/opt/ros/electric/stacks/brown_drivers/irobot_create_2_1/bin/driver.py", line 15, in <module> from irobot_create_2_1.msg import SensorPacket ImportError: No module named irobot_create_2_1.msg

Running Ubuntu 11.10 (fresh install).
Installed ROS using: sudo apt-get install ros-electric-desktop
Installed irobot_create_2_1 using: sudo apt-get install ros-electric-brown-drivers

I thought that was all I needed to do to get it working... or is there something extra?

Thanks.

edit retag flag offensive close merge delete

Comments

If you're looking for a driver for the irobot create. I suggest that you look at the turtlebot_driver package and turtlebot_node. The turtlebot is based on the iRobot Create. http://www.ros.org/wiki/turtlebot_driver and http://www.ros.org/wiki/turtlebot_node
tfoote gravatar image tfoote  ( 2011-12-25 14:52:49 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2011-12-25 14:55:33 -0500

tjay gravatar image

Michael Ferguson (fergs) is right. I accidentally pulled both the Makefile and rosdep.yaml from the irobot_create_2_1 repo when doing some other maintenance work. This has been corrected both in the repo and in our package releases (though these of course take time to catch up). You can pull a fresh checkout via:

svn co https://brown-ros-pkg.googlecode.com/svn/trunk/experimental/irobot_create_2_1 irobot_create_2_1

or you can download the individually missing files: Makefile and rosdep.yaml .

My sincere apologies. This was really bone-headed and I will spend the requisite time on the wheel.

_Trevor

edit flag offensive delete link more
1

answered 2011-12-25 07:32:40 -0500

fergs gravatar image

It appears that the package is not building, there is no "Makefile" and so messages are not being generated. I would suggest filing a ticket with the brown maintainers.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-12-25 02:57:15 -0500

Seen: 534 times

Last updated: Dec 25 '11