Ask Your Question
-1

How to use a package from cturtle in diamondback

asked Feb 18 '11

this post is marked as community wiki

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

updated Feb 21 '11

alfa_80 gravatar image alfa_80
609 1 14 37

Hi,

I would like to know how to use a package, say image_view for cturtle in diamondback. I tried to copy and paste in the diamondback, but, too many in dependencies have to resolve.

I guess there will be an elegant way of doing it.

Thanks in advance..

-alfa-

delete close flag offensive retag edit

Comments

Please don't put [SOLVED] in the title. Also, don't mark every question as a community wiki, there is no reason for that. mjcarroll (Feb 21 '11)edit

2 Answers

Sort by ยป oldest newest most voted
2

answered Feb 18 '11

this post is marked as community wiki

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

updated Feb 18 '11

joq gravatar image joq
7304 29 68 133
http://www.austinrobot.co...

This is generally not possible. Use the Diamondback version of image_view.

  • There are often packaging and interface changes that affect compatibility between distribution subcomponents.

  • The main reason for making distributions is to release a coherent collection of stacks at a common level.

  • External interfaces maintain compatibility unless there is some important reason for changing.

link delete flag offensive edit

Comments

I actually want to use image_view package. It is there, the executable in the /opt/ros/diamondback/stacks/image_pipeline/image_view/bin directory. In the .../image_view directory, I've already exported the package path using this command: export ROS_PACKAGE_PATH=$PWD:$ROS_PACKAGE_PATH. The problem is that when I run to invoke rosrun in the terminal, it is not auto-completing the image_view or the like, instead, it straightaway gives "rosrun image_transport"..huhu. Any ideas?? alfa_80 (Feb 18 '11)edit
Try running 'rospack profile' to update your list of packages known to rospack -- that might help your auto-completion issues. fergs (Feb 18 '11)edit
Unfortunately, it didn't work running 'rospack profile'. alfa_80 (Feb 19 '11)edit
Please post `echo $ROS_PACKAGE_PATH` output, and `echo $ROS_ROOT`. joq (Feb 20 '11)edit
Running"echo $ROS_PACKAGE_PATH" gives "/home/shah/ni/ni:/opt/ros/unstable/stacks" and running "echo $ROS_ROOT" gives "/opt/ros/unstable/ros". How do I change to diamondback because I do not want to use unstable. alfa_80 (Feb 20 '11)edit
0

answered Feb 21 '11

this post is marked as community wiki

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

updated Feb 21 '11

alfa_80 gravatar image alfa_80
609 1 14 37

Finally this command "source /opt/ros/diamondback/setup.bash" saved me :-) Thanks everybody ..

link delete flag offensive edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Feb 18 '11

Seen: 252 times

Last updated: Feb 21 '11