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

installing joint_state_publisher

asked 2012-09-10 01:35:54 -0500

Nachum gravatar image

updated 2012-09-10 01:36:20 -0500

Hi I am trying to install joint_state_publisher but it isn't working. how should it be done? i did this- sudo apt-get install ros-fuerte-JKU-Robotic-Stack and got error E: Unable to locate package ros-fuerte-JKU-Robotic-Stack i tried git https://github.com/AaronMR/JKU_Robotic_Stack.git and got error . how should it be done? Thanks Nachum

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
-1

answered 2012-09-10 01:39:34 -0500

Nachum gravatar image

I think it just worked. git clone https://github.com/AaronMR/JKU_Robotic_Stack.git

edit flag offensive delete link more

Comments

does it mean that noww the package is installed?

Nachum gravatar image Nachum  ( 2012-09-10 02:51:08 -0500 )edit
0

answered 2012-09-10 03:06:04 -0500

dornhege gravatar image

updated 2012-09-10 03:06:45 -0500

At least in electric it is in robot_model_visualization, so sudo apt-get install ros-electric-robot-model-visualization should do it.

That might work for fuerte as well.

edit flag offensive delete link more

Comments

Didn't- E: Unable to locate package ros-electric-robot-model-visualization

Nachum gravatar image Nachum  ( 2012-09-10 03:09:51 -0500 )edit

As i wrote i was able to download. how do i know if it is installed?

Nachum gravatar image Nachum  ( 2012-09-10 03:10:51 -0500 )edit

You're gonna need to replace the electric by fuerte for fuerte.

dornhege gravatar image dornhege  ( 2012-09-10 03:11:17 -0500 )edit

rospack find PACKAGE is a good hint. If you install from sources it should be in your ROS workspace/ROS_PACKAGE_PATH, but unless you want to develop, I'd recommend using the .deb package when available.

dornhege gravatar image dornhege  ( 2012-09-10 03:12:36 -0500 )edit

I guess you are on Ubuntu Precise and according to REP-0003, electric is not available for Precise. Just install ros-fuerte-robot-model-visualization. It contains the joint_state_publisher for fuerte.

Lorenz gravatar image Lorenz  ( 2012-09-10 03:12:57 -0500 )edit

For help on installing stacks from source, have a look at this page.

Lorenz gravatar image Lorenz  ( 2012-09-10 03:14:14 -0500 )edit

i have ubunto 12.04

Nachum gravatar image Nachum  ( 2012-09-10 03:16:30 -0500 )edit

sudo apt-get install ros-fuerte-robot-model-visualization

Lorenz gravatar image Lorenz  ( 2012-09-10 03:17:20 -0500 )edit

Question Tools

Stats

Asked: 2012-09-10 01:35:54 -0500

Seen: 2,035 times

Last updated: Sep 10 '12