You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The if-else condition for evaluating expressions based on the Gazebo version ended before including the expression that needs to be conditioned based on the Gazebo version in the gazebo_ros_model_velocity.cpp file. The #endif on line 390 should be added after the expression that uses the math::Vector3 class. Below is the code snippet from the file.
The if-else condition for evaluating expressions based on the Gazebo version ended before including the expression that needs to be conditioned based on the Gazebo version in the gazebo_ros_model_velocity.cpp file. The #endif on line 390 should be added after the expression that uses the math::Vector3 class. Below is the code snippet from the file.
The text was updated successfully, but these errors were encountered: