Gazebo | Ignition | Community
Ask Your Question
0

Vector3.hh not found on Gazebo9

asked 2019-02-05 03:01:00 -0500

cluue gravatar image

Hello Gazebo Community,

I am currently trying to run the Wil Selby ROS-quadrotor simulator, but I cant get through. (https://github.com/wilselby/ROS_quadr...)

actually I am getting an error which says:

fatal error: gazebo/math/Vector3.hh: No such file or directory
 #include <gazebo/math/Vector3.hh>

is there any possibility to get that Vector3.hh file into my gazebo/math path? I am pretty new to ROS and Gazebo and appreciate any help! Thanks alot!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-02-05 09:47:08 -0500

chapulina gravatar image

Gazebo math has been deprecated since Gazebo 8, it looks like your package is meant to be used with earlier versions. You'll need to edit the source code to use Ignition math instead. Here's a full list of functions to be migrated.

edit flag offensive delete link more

Comments

Thats a good hint. Just to make sure, do I need to modify the source code of my gazebo version? Is there a chance for you to explain that a bit more detailled, as I mentioned I'm kinda new to all this.

Thanks alot anyways for your advice!

cluue gravatar imagecluue ( 2019-02-06 01:41:50 -0500 )edit
1

You'll need to change the source code of the ROS_quadrotor_simulator, or downgrade to Gazebo 7.

chapulina gravatar imagechapulina ( 2019-02-06 12:25:52 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-02-05 03:01:00 -0500

Seen: 3,594 times

Last updated: Feb 05 '19