connecting airsim and ros
i have installed airsim and i want visualise it in RVIZ..How can i do that?
Asked by MPR on 2021-10-22 04:41:26 UTC
i have installed airsim and i want visualise it in RVIZ..How can i do that?
Asked by MPR on 2021-10-22 04:41:26 UTC
Comments
The instructions are in the repo: https://github.com/microsoft/AirSim/blob/4d07f6e9bf21fd4418da8a2b5e8de6c55ede8ff8/docs/airsim_ros_pkgs.md
Asked by osilva on 2021-10-22 05:24:46 UTC
i followed that tutorial.When i tried to do catkin build, i am getting the following error [build] Error: Unable to find source space
/home/aimotion/src
Asked by MPR on 2021-10-22 05:29:13 UTC
Ok but your question then should be on the error and what have you tried so far
Asked by osilva on 2021-10-22 05:31:18 UTC
when I do catkin build,the following error;
Asked by MPR on 2021-10-22 05:38:31 UTC
Please format the error using 101010 button. I believe there is a workaround as you are missing
airsim_node
when compiling.Refer to: https://github.com/microsoft/AirSim/pull/2706/commits/4b8dd4069d76c6c485cf8dafff0df373d59867ed This is not a ROS issue but an issue with Airsim, I suggest you raise issues in the repo.
Asked by osilva on 2021-10-22 06:24:39 UTC