Skip to content

Commit

Permalink
Minor readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Jul 8, 2024
1 parent 9be5a57 commit 4cfef26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion panther_hardware_interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ That said apart from the usual interface provided by the ros2_control, this plug
- `diagnostics` [*diagnostic_msgs/DiagnosticArray*]: Panther system diagnostic messages.
- `hardware/e_stop` [*std_msgs/Bool*]: Current E-stop state.
- `hardware/io_state` [*panther_msgs/IOState*]: Current IO state.
- `hardware/motor_controllers_state` [*panther_msgs/DriverState*]: Current motor controllers state and error flags.
- `hardware/motor_controllers_state` [*panther_msgs/DriverState*]: Current motor controllers' state and error flags.

[//]: # (ROS_API_NODE_PUBLISHERS_END)

Expand Down
4 changes: 2 additions & 2 deletions panther_localization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ It converts raw GPS data into odometry data and publishes corrected GPS position
- `cmd_vel` [*geometry_msgs/msg/Twist*]: command velocity value.
- `odometry/wheels` [*nav_msgs/msg/Odometry*]: robot odometry calculated from wheels.
- `imu/data` [*sensor_msgs/msg/Imu*]: filtered IMU data.
- `localization/set_pose` [*geometry_msgs/msg/PoseWithCovarianceStamped*]: state of the filter.
- `/tf` [*tf2_msgs/msg/TFMessage*]: transforms of robot system.

#### ekf_filter - Publishers
Expand All @@ -39,8 +40,7 @@ It converts raw GPS data into odometry data and publishes corrected GPS position

#### ekf_filter - Service Servers

- `~/set_pose` [*robot_localization/srv/SetPose*]: upon request, users can manually set the robot's position and speed. This is useful for resetting positions, e.g. during tests.

- `localization/set_pose` [*robot_localization/srv/SetPose*]: upon request, users can manually set the robot's position and speed. This is useful for resetting positions, e.g. during tests.
- `odometry/filtered/global`[*nav_msgs/msg/Odometry*]: contains information about the position and velocities in relation to the initial position and orientation based on geographic ENU convention (x-east, y-north, z-up). [*nav_msgs/Odometry*]: robot odometry calculated from wheels.

#### navsat_transform - Subscriber
Expand Down

0 comments on commit 4cfef26

Please sign in to comment.