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

How to install nav2d packages

asked 2016-01-25 11:47:18 -0500

RosUser gravatar image

I have installed the nav2d from http://wiki.ros.org/nav2d by using: sudo apt-get install ros-indigo-nav2d and then I have to install additional packages, but it dos not work! I use for example: sudo apt-get install stage_ros but get this output:

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package stage_ros

Can anyone help to how can I install these packages ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-25 12:01:04 -0500

Sebastian Kasperski gravatar image

You should not install dependencies manually. By using "apt-get install" all dependencies should be installed on your system. The correct package name for Stage is ros-indigo-stage-ros.

edit flag offensive delete link more

Comments

From Synaptic Package Manager was p2os_urdf package missing. Now I can run the simulator but it shows the error. ERROR: cannot launch node of type [p2os_urdf/p2os_publisher_3at]: can't locate node [p2os_publisher_3at] in package [p2os_urdf]

RosUser gravatar image RosUser  ( 2016-01-26 05:59:35 -0500 )edit

p2os_urdf is optional, because it's not released into indigo. You can either get the source code from github, or just uncomment the part from the launch file. (It's only used to show the pioneer-model in RVIZ)

Sebastian Kasperski gravatar image Sebastian Kasperski  ( 2016-01-26 06:28:08 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-25 11:47:18 -0500

Seen: 294 times

Last updated: Jan 25 '16