Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GazeboRosControlPlugin Problem #4

Open
buaaymm opened this issue Apr 2, 2019 · 3 comments
Open

GazeboRosControlPlugin Problem #4

buaaymm opened this issue Apr 2, 2019 · 3 comments

Comments

@buaaymm
Copy link

buaaymm commented Apr 2, 2019

Hi, i launched the Gazebo but got a problem " GazeboRosControlPlugin missing while using DefaultRobotHWSim, defaults to true ". I am wondering how to solve this problem?

@fsuarez6
Copy link
Member

fsuarez6 commented Apr 3, 2019

Is that an error or a warning?

@buaaymm
Copy link
Author

buaaymm commented May 2, 2019

Is that an error or a warning?
It is an error. But i still could use gazebo

@CAJvon
Copy link

CAJvon commented Apr 18, 2021

in osr_discription/urdf/common.gazebo.xacro
change

<plugin name="ros_control" filename="libgazebo_ros_control.so" />

to

<plugin name="ros_control" filename="libgazebo_ros_control.so">
  <robotSimType>gazebo_ros_control/DefaultRobotHWSim</robotSimType>
  <legacyModeNS>true</legacyModeNS>
</plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants