Harsh Mittal
Results
2
comments of
Harsh Mittal
Hi You can solve this by running the following commands: ```bash source ~/catkin_ws/devel/setup.bash source Tools/setup_gazebo.bash $(pwd) $(pwd)/build/px4_sitl_default export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd) export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo ``` Assuming, that you are running the command from...
Hi @AlexWUrobot were you able to solve this issue?