Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #9

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# What I changed (longfish) #
In file include/plugin_drone.h, changed from ignition/math4/ignition/math.hh to ignition/math6/ignition/math.hh, as we installed the Ignition Citadel which is compatible with ROS Noetic.

Added the /ground truth/state plugin in sjtu_drone.urdf model.

# About sjtu_drone #

sjtu_drone is a quadrotor simulation program forked from ['tum_simulator'] (http://wiki.ros.org/tum_simulator) , which is developed with ROS + Gazebo. It is used for testing visual SLAM algorithms aiding with different sensors, such as IMU, sonar range finder and laser range finder. Here by 'sjtu', it means Shanghai Jiao Tong University. Currently, this program is used for testing algorithms for [UAV contest in SJTU](http://mediasoc.sjtu.edu.cn/wordpress)
Expand Down Expand Up @@ -40,4 +45,4 @@ forward looking camera : /drone/front_camera/image_raw
downward looking camera: /drone/down_camera/image_raw
sonar data: /drone/sonar
laser range data: /drone/laser
```
```
2 changes: 1 addition & 1 deletion include/plugin_drone.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "gazebo/gazebo.hh"
#include "gazebo/physics/physics.hh"
#include "gazebo/common/Events.hh"
#include "ignition/math4/ignition/math.hh"
#include "ignition/math6/ignition/math.hh"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use ROS macros for this. Need to be back-compatible as well.

#include <ros/callback_queue.h>
#include <ros/ros.h>

Expand Down