-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert tfs and sensor messages to enu frame (#112)
* added comment to static transform publisher * added enu conversion and publisher * odom enu working * removed useless tf broadcaster * fix blueprint to load blue cones * cam tf being published in airsim_ros_wrapper for consistent parsing * sensor tfs and images correspond to each other * only publishing odom in enu and imu in enu, but found some bugs * added tf dependency * removed static transform publisher * made topics docs a bit clearer and added units documentation * update docs * update deps in actions * lidar points transformed and IMU bugfix and tested * Remove temporary testing topics and rename /fsds/odom_ned to /fsds/odom * Support multiple lidars * Fix lidar and camera rotating to the wrong side * Add units to integration guide * Set vehicle starting point in world close to the ground to ensure the car drives on a positive Z relative to the starting positoin * revert settings.json to master * Add frame and timestamp to odometry message * Added docs about odom map frame Co-authored-by: Sijmen Huizenga <[email protected]>
- Loading branch information
1 parent
7730cd6
commit 3f84a48
Showing
16 changed files
with
262 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ find_package(catkin REQUIRED COMPONENTS | |
sensor_msgs | ||
std_msgs | ||
std_srvs | ||
tf | ||
tf2 | ||
tf2_ros | ||
fs_msgs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.