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

Error while using ROSMAKE

asked 2012-08-12 23:30:59 -0500

this post is marked as community wiki

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

ROS_FUERTE UBUNTU 10.04

I have followed these instructions.

http://www.ros.org/wiki/gpsd_client/Tutorials/Getting%20Started%20with%20gpsd_client

I have installed the gps_umd package and the ros_package_path is also set properly as just roscd gps_umd takes me to the directory.

when I typed
sudo rosmake --rosdep-install

results in

sudo: rosmake: command not found

and when I type

rosmake gpsd_client

results in

  mkdir -p bin
  cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake  ..
  Segmentation fault

Please let me know how I can use this stack for my project.

Thanks, Sai

edit retag flag offensive close merge delete

Comments

1

Please edit your post and provide the following information: which ros distro are you using, which ubuntu version and what's the output echo $ROS_PACKAGE_PATH?

Lorenz gravatar image Lorenz  ( 2012-08-13 02:14:56 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-08-13 02:15:17 -0500

this post is marked as community wiki

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

I just restarted the system and typed

roscd gpsd_client

and

rosmake gpsd_client

it WORKED !!!

edit flag offensive delete link more

Comments

2

You had probably forgotten to source the setup.bash script, but remembered to include it in your bash profile.

joq gravatar image joq  ( 2012-08-13 06:27:22 -0500 )edit

Yes. Thats what i did.

sai gravatar image sai  ( 2012-08-15 17:38:31 -0500 )edit

Question Tools

Stats

Asked: 2012-08-12 23:30:59 -0500

Seen: 2,837 times

Last updated: Aug 20 '12