-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(control_data_collecting_tool): add safety measures and rosbag re…
…cording and loading (#134) * add safety measures Signed-off-by: Yoshihiro Kogure <[email protected]> * add rosbag2 recording and loading functionalities Signed-off-by: Yoshihiro Kogure <[email protected]> * slight modifications Signed-off-by: Yoshihiro Kogure <[email protected]> * revert unncessary chnages Signed-off-by: Yoshihiro Kogure <[email protected]> * add a flag to determin whether to load rosbag2 data or not Signed-off-by: Yoshihiro Kogure <[email protected]> * record rosbag only if operation_mode is 3 Signed-off-by: Yoshihiro Kogure <[email protected]> * add some comments and made minor adjustments Signed-off-by: Yoshihiro Kogure <[email protected]> * style(pre-commit): autofix * Update control_data_collecting_tool/scripts/data_collecting_rosbag_record.py Signed-off-by: Kosuke Takeuchi <[email protected]> * fix typos Signed-off-by: Yoshihiro Kogure <[email protected]> * subscribe control_mode Signed-off-by: Yoshihiro Kogure <[email protected]> * fix typo Signed-off-by: Yoshihiro Kogure <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yoshihiro Kogure <[email protected]> Signed-off-by: Kosuke Takeuchi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <[email protected]>
- Loading branch information
1 parent
af16f8c
commit dd938c8
Showing
11 changed files
with
1,010 additions
and
487 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
topics: | ||
- /localization/kinematic_state | ||
- /localization/acceleration | ||
- /vehicle/status/steering_status | ||
- /sensing/imu/imu_data | ||
- /system/operation_mode/state | ||
- /vehicle/status/control_mode | ||
- /external/selected/control_cmd | ||
- /external/selected/gear_cmd | ||
- /data_collecting_trajectory |
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.