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
Encountered with many errors while executing catkin build in my workspace.
At first had installed the rotor simulator package but was encountering with many problems so decided to delete the package as it was not much needed in the future.
Also did not have move_base package installed so make sure you install it while installing the noetic distro onto your device. if needed use this command: sudo apt-get install ros-noetic-navigation
Lastly debugged the CMakeLists.txt of action_controller in the ROS_quadrotor_simulator. In line 24 of CMakeLists.txt added the path to include folder in devel in the include_directories() or else it would not include the CommandTrajectory.h file
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use this package in ROS Noetic and Gazebo 11, was you able to solve it? Do you recommend me to try to use this package in the setup that I have, or I should better look for other alternatives.
Encountered with many errors while executing catkin build in my workspace.
At first had installed the rotor simulator package but was encountering with many problems so decided to delete the package as it was not much needed in the future.
Also did not have move_base package installed so make sure you install it while installing the noetic distro onto your device. if needed use this command: sudo apt-get install ros-noetic-navigation
Lastly debugged the CMakeLists.txt of action_controller in the ROS_quadrotor_simulator. In line 24 of CMakeLists.txt added the path to include folder in devel in the include_directories() or else it would not include the CommandTrajectory.h file
The text was updated successfully, but these errors were encountered: