Open PedroDesRobots opened 5 years ago
Have you seen you tried the melodic devel branch?
We support gazebo 9 there, and gazebo 7 on the kinetic devel branch, which are the official versions for these distributions.
I was trying kinetic devel branch :
~/catkin_ws/src/pal_hardware_gazebo$ git branch
* kinetic-devel
When I'm doing catkin_make, I got this error :
~/catkin_ws/src/pal_hardware_gazebo/src/pal_hardware_gazebo.cpp:363:45: error: 'ignition::math::Vector3d {aka class ignition::math::Vector3<double>}' has no member named 'x'
ft->force[0] = ft_wrench.body2Force.x;
So, I have replaced like above and it works.
Hi,
I'm using gazebo 8, ROS kinetic and Ubuntu 16.04. We need to modify this file pal_hardware_gazebo.cpp
By :
to be able to compile without errors.