ethz-asl / rotors_simulator

RotorS is a UAV gazebo simulator
1.24k stars 759 forks source link

catkin build error: mavros make #624

Open Gallifery opened 4 years ago

Gallifery commented 4 years ago

The Ubuntu version is 16.04.6

image image

ChannalYang commented 4 years ago

I've got the same error, have you ever solved it?

Jinghao-coding commented 4 years ago

I've got the same error, have you ever solved it?

OreoWangH commented 4 years ago

I've got the same error, have you ever solved it?

OreoWangH commented 4 years ago

I've got the same error, have you ever solved it?

ChannalYang commented 4 years ago

I solved the problem by transferring to “BebopS” . You can find the repository in github also.

May

在 2020年6月23日,20:51,OreoWangH notifications@github.com 写道:

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.

OreoWangH commented 4 years ago

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.

reflector-li commented 4 years ago

I have met the same problem, have you figured it out?

golden-memory commented 4 years ago

I meet the same problem

RainySun-GT commented 4 years ago

I have met the same problem, how to fix it?

rikba commented 4 years ago

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?

RainySun-GT commented 4 years ago

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.

图片

sunnyshi0310 commented 4 years ago

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...

ElhoumYassine commented 3 years ago

Try this, it should solve the problem : $ cd catkin_ws $ rosdep install --from-paths src -i