Open yalyounes opened 4 years ago
Replace this repo contents with the airsim_ros_pkgs contents in <base_airsim_dir>/ros/src/airsim_ros_pkgs
.
Run catkin_make under <base_airsim_dir>/ros/
. This may throw errors if you dont have dependencies installed. I think this repo requires the DJI-sdk and its dependencies.
Now, you can run roslaunch airsim_ros_pkgs airsim_node.launch
to launch the ros wrapper written by the author
The wrapper takes data from airsim and publishes it in topics. You can view the list of topics published using rostopic list
Replace this repo contents with the airsim_ros_pkgs contents in
<base_airsim_dir>/ros/src/airsim_ros_pkgs
.Run catkin_make under
<base_airsim_dir>/ros/
. This may throw errors if you dont have dependencies installed. I think this repo requires the DJI-sdk and its dependencies.Now, you can run
roslaunch airsim_ros_pkgs airsim_node.launch
to launch the ros wrapper written by the authorThe wrapper takes data from airsim and publishes it in topics. You can view the list of topics published using
rostopic list
Hi, when I run catkin_make under
Replace this repo contents with the airsim_ros_pkgs contents in
<base_airsim_dir>/ros/src/airsim_ros_pkgs
.Run catkin_make under
<base_airsim_dir>/ros/
. This may throw errors if you dont have dependencies installed. I think this repo requires the DJI-sdk and its dependencies.Now, you can run
roslaunch airsim_ros_pkgs airsim_node.launch
to launch the ros wrapper written by the authorThe wrapper takes data from airsim and publishes it in topics. You can view the list of topics published using
rostopic list
Which DJI-SDK is installed, can you give a link?
Hi ... Thank you for sharing your work I have issues building this repo. I managed to run AirSim with ROS and simulated the ros tutorial pkgs as well. I would appreciate if you can modify the Readme file and add brief hints on how to run this repo. Thanks in advance