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

Robotsetup with Segbot

asked 2013-10-17 07:06:31 -0500

updated 2014-01-28 17:18:16 -0500

ngrennan gravatar image

Hi,

I have already gone through the Robotsetup steps following the ROS wiki http://wiki.ros.org/navigation/Tutorials/RobotSetup.

Currently I am stuck in the step 3.1 Creating a Package, as I used roscreate-pkg my_robot_name_2dnav segbot (which I pulled from the github https://github.com/utexas-bwi/segbot). However, it displays: ERROR: dependency [segbot] cannot be found

Could anybody provide some suggestions on this problem? Greatly appreciate your time and help!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-10-17 08:31:03 -0500

updated 2013-10-17 08:31:34 -0500

Here are a few things that might help solve the problem:

  1. If you are starting afresh, I would recommend using catkin. Use catkin_create_pkg instead of roscreate-pkg
  2. If you are using Groovy, use the segbot code from source that you will have to download in your catkin workspace.
  3. The segbot code has been released as system debs in ROS Hydro. If you are using hydro, install the meta-package as explained below:

Command:

sudo apt-get install ros-hydro-segbot
edit flag offensive delete link more
0

answered 2013-10-17 09:23:09 -0500

@piyushk

Thank you for your suggestion! I am using groovy right now. It seems that $ catkin_create_pkg my_robot_name_2dnav segbot works !!!

It displayed the following in the terminal: Created file my_robot_name_2dnav/CMakeLists.txt Created file my_robot_name_2dnav/package.xml Successfully created files in /home/lili/catkin_ws/src/my_robot_name_2dnav. Please adjust the values in package.xml.

edit flag offensive delete link more

Comments

@Lili Meng: Looks good. Remember to comment on the answer instead of creating a new one when needed.

piyushk gravatar image piyushk  ( 2013-10-21 11:32:10 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-10-17 07:06:31 -0500

Seen: 374 times

Last updated: Oct 17 '13