Gazebo | Ignition | Community
Ask Your Question
1

libgazebo_player failed to initialise.

asked 2014-09-13 13:30:30 -0600

Serjfrog gravatar image

I just installed Gazebo 4.0 but when I tried to start player configuration file I get this output:

$ player position.cfg
invoking player_driver_init()...
error   : failed to resolve player_driver_init: /usr/local/lib/libgazebo_player.
so: undefined symbol: player_driver_init

error   : failed to initialise plugin: libgazebo_player
error   : failed to parse config file position.cfg driver blocks

I'm following the instructions from the tutorials site of gazebo -> Connect to Player.

My Player vesion is 3.0.2 and this is the content of my position.cfg file:

driver
(
  name "gazebo"
  provides ["simulation:0"]
  plugin "libgazebo_player"

  # The name of a runnign Gazebo world, specified in a .world file
  world_name "default"
)

driver
(
  name "gazebo"
  provides ["position2d:0"]

  # This name must match the name of a model in the "default" world
  model_name "pioneer2dx"
)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-12-04 15:34:13 -0600

rmattes gravatar image
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-13 13:30:30 -0600

Seen: 730 times

Last updated: Dec 04 '14