rotors_simulator
rotors_simulator copied to clipboard
catkin build error: mavros make
The Ubuntu version is 16.04.6
I've got the same error, have you ever solved it?
I've got the same error, have you ever solved it?
I've got the same error, have you ever solved it?
I've got the same error, have you ever solved it?
I solved the problem by transferring to “BebopS” . You can find the repository in github also.
May
在 2020年6月23日,20:51,OreoWangH [email protected] 写道:
I've got the same error, have you ever solved it?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I solved the problem by transferring to “BebopS” . You can find the repository in github also. May … 在 2020年6月23日,20:51,OreoWangH @.***> 写道: I've got the same error, have you ever solved it? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
hi, thanks for your reply! But I didn't solve this problem. I found BebopS in [https://github.com/gsilano/BebopS] and copy the otors_simulator and mav_comm by git clone -b med18 https://github.com/gsilano/rotors_simulator.git git clone -b med18 https://github.com/gsilano/mav_comm.git Then I build the project again and get the same error. I was confused that why it needed BebopS when the error was in the package of mavros.
I have met the same problem, have you figured it out?
I meet the same problem
I have met the same problem, how to fix it?
Hi
We thought we fixed this in https://github.com/ethz-asl/rotors_simulator/pull/636/files. Can you try removing git: {local-name: mavros, uri: 'https://github.com/ethz-asl/mavros.git'} from your catkin workspace and install sudo apt-get install ros-kinetic-mavros
instead?
Hi
We thought we fixed this in https://github.com/ethz-asl/rotors_simulator/pull/636/files. Can you try removing git: {local-name: mavros, uri: 'https://github.com/ethz-asl/mavros.git'} from your catkin workspace and install
sudo apt-get install ros-kinetic-mavros
instead?
So there is no need of a file folder named "mavros" in the "src" file folder in my catkin workspace? But it seems that it still reports errors. Here are the screenshot.
Hi We thought we fixed this in https://github.com/ethz-asl/rotors_simulator/pull/636/files. Can you try removing git: {local-name: mavros, uri: 'https://github.com/ethz-asl/mavros.git'} from your catkin workspace and install
sudo apt-get install ros-kinetic-mavros
instead?So there is no need of a file folder named "mavros" in the "src" file folder in my catkin workspace? But it seems that it still reports errors. Here are the screenshot.
I meet the same problem...
Try this, it should solve the problem : $ cd catkin_ws $ rosdep install --from-paths src -i