Skip to content

Commit

Permalink
docs(contributing): add coordinate-system.md in ros-nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai>
  • Loading branch information
cyn-liu committed Dec 28, 2022
1 parent 14245bc commit d905639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ In Autoware, a common coordinate system structure is shown below:

- map: `map` coordinate system is used to represent the location of points on a local map. Geographical coordinate system are mapped into plane rectangular coordinate system using UTM or MGRS. The `map` frame`s axes point to the East, North, Up directions as explained in [Coordinate Axes Conventions](#coordinate-axes-conventions).

- base_link: vehicle coordinate system, the origin of the coordinate system is the center of the rear axle of the vehicle
- base_link: vehicle coordinate system, the origin of the coordinate system is the center of the rear axle of the vehicle.

- lidar: `lidar` coordinate system is converted to the vehicle coordinate system through the mounting relationship
- imu, lidar, gnss, radar: these are sensor frames, transfer to vehicle coordinate system through mounting relationship.

- camera_link: `camera_link` is ROS standard camera coordinate system
- camera_link: `camera_link` is ROS standard camera coordinate system .

- camera_optical_link: `camera_optical_link` is image standard camera coordinate system

- imu: the `imu` coordinate system is converted to the vehicle coordinate system through the mounting relationship
- camera_optical_link: `camera_optical_link` is image standard camera coordinate system.

### Coordinate Axes Conventions

Expand Down Expand Up @@ -72,7 +70,7 @@ References:

1. Calibration of sensor

The conversion relationship between every sensor coordinate system and `base_link` can be obtained through sensor calibration technology.
The conversion relationship between every sensor coordinate system and `base_link` can be obtained through sensor calibration technology. How to calibrating your sensors refer to this link [calibrating your sensors](https://autowarefoundation.github.io/autoware-documentation/main/how-to-guides/calibrating-your-sensors/).

2. Localization

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d905639

Please sign in to comment.