Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-09-19 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Osamu Sekino
Authors
eagleye_rt
Eagleye parameters
The parameters of eagleye_rt can be set in the eagleye_config.yaml. The default settings are 5Hz for GNSS and 50Hz for IMU.
The TF between sensors can be set in sensors_tf.yaml. The settings are reflected by describing the positional relationship of each sensor with respect to base_link. If you want to change the base frame, change basic_parent_flame to reflect the change.
How to run
Use sample data
-
Play the sample data.
ros2 bag play -s rosbag_v2 eagleye_sample.bag
-
Launch eagleye.
ros2 launch eagleye_rt eagleye_rt.launch.xml
The estimated results will be output about 100 seconds after playing the rosbag. This is because we need to wait for the data to accumulate for estimation.
Running real-time operation
- Check if wheel speed (vehicle speed) is published in
/can_twist
topic.
- Topic name: /can_twist
- Message type: geometry_msgs/TwistStamped twist.liner.x or geometry_msgs/TwistWithCovarianceStamped twist.twist.liner.x
-
Check if the IMU data is published in
/imu/data_raw
topic. -
Start RTKLIB.
bash rtklib_ros_bridge.sh
-
Check if RTKLIB is working by execute the following command in the terminal. If the RTKLIB is working correctly, positioning information is appeared continuously in the terminal.
status 0.1
-
Start rtklib_ros_bridge.
ros2 run rtklib_bridge rtklib_bridge --ros-args --params-file $HOME/ros2_ws/src/rtklib_ros_bridge/rtklib_bridge/param/param.yaml
-
Start nmea_comms.
ros2 launch nmea_ros_bridge nmea_udp.launch.py
-
Start eagleye.
ros2 launch eagleye_rt eagleye_rt.launch.xml
Note
To visualize the eagleye output location /eagleye/fix, for example, use the following command
ros2 launch eagleye_fix2kml fix2kml.xml
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/eagleye_rt_canless.launch.xml
-
- use_tf [default: true]
- config_yaml [default: eagleye_config.yaml]
- enable_additional_rolling [default: false]
- config_path [default: $(find-pkg-share eagleye_rt)/config/$(var config_yaml)]
- use_rtk_dead_reckoning [default: true]
- use_rtk_heading [default: false]
- use_can_less_mode [default: true]
- launch/eagleye_rt.launch.xml
-
- use_tf [default: true]
- config_yaml [default: eagleye_config.yaml]
- enable_additional_rolling [default: false]
- use_multi_antenna_mode [default: false]
- config_path [default: $(find-pkg-share eagleye_rt)/config/$(var config_yaml)]
- use_rtk_dead_reckoning [default: false]
- use_rtk_heading [default: false]
- launch/eagleye_calibration.launch.xml
-
- use_tf [default: true]
- config_yaml [default: eagleye_config.yaml]
- config_path [default: $(find-pkg-share eagleye_rt)/config/$(var config_yaml)]
- use_rtk_dead_reckoning [default: false]
- use_rtk_heading [default: false]