-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/RosbagController #1791
Feature/RosbagController #1791
Conversation
@ChenxiTU |
Sorry, my mistake. Code could be seen now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the following.
- Specify the license in package.xml.
- L.165-168 in src/autoware_rosbag_plugin.cpp have no effect.
Is it right that append_date is always set to false?
These are different from the other variable naming conventions. Fix if you want.
- L.65 in src/autoware_rosbag_plugin.h: ros::Duration record_time_duration_
- L.83 in src/autoware_rosbag_plugin.h: Ui::Autoware_Rosbag_Plugin *ui
- L.89 in src/autoware_rosbag_plugin.h: bool record_status
Good Wok! Just concerned about follwoing: |
@isamu-takagi
@mitsudome-r
|
@ChenxiTU thanks for fixing Can you please merge latest develop branch into yours, and push again.? |
Sorry, my mistake. Latest develop was merged now. |
@isamu-takagi |
@ChenxiTU |
@ChenxiTU Can you modify to list topics in alphabetical order? |
@ChenxiTU Thank you. Can you add license notice (Apache 2.0)in the code? |
Would you declare at autowarefoundation/autoware_ai#476 if working for v1.11? |
* add rviz plugin RosbagController * add rosbag_controller * refine core and add specify the license * Fix runtime warning and aborting * sort topics alphabetically * add license in .cpp .h
Status
DEVELOPMENT
Description
rivz plugin for rosbag recording (rosbag play module will be added in the future)
Two ways to set topics parameter for recording:
Note1: Configure file and topic from checkboxes can be used at same time, even some topics are repeated (plugin will do duplicate checking when using both of them)
Note2: If you want to clear configure file, you can restart plugin
Todos
Steps to Test