Tasks #1482
Rename bag-merge -> bag-transform
Status: | In Progress | Start date: | 04/30/2013 | ||
---|---|---|---|---|---|
Priority: | Low | Due date: | |||
Assignee: | J. Moringen | % Done: | 60% | ||
Category: | Commandline Tools | ||||
Target version: | Robotics Service Bus - rsb-1.0 |
Associated revisions
Initial import of sub-commands stuff in src/commands/*.lisp
- src/commands/protocol.lisp: new file; contains protocol for using and
creating command instances - src/commands/mixins.lisp: new file; contains mixin classes for command
classes - src/commands/redump.lisp: new file; register rsb-tools' `redump'
command - src/commands/info.lisp: new file; contains the info command
- src/commands/cat.lisp: new file; contains the cat command
- src/commands/play.lisp: new file; contains the play command
- src/commands/record.lisp: new file; contains the record command
- src/commands/transform.lisp: new file; contains the transform command
- src/commands/package.lisp: new file; package definition for the
commands module - rsbag-tools-commands.asd: new file; system definition for the
rsbag-tools-commands system
Sub-command "transform" is an alias for "merge" in main/main.lisp
refs #1482
- main/main.lisp (name->entry-point): added entry "transform" pointing
to `rsbag.tools.merge:main'
Removed symlink stuff in main/main.lisp, CMakeLists.txt, cpack/DebianUbuntu.cmake
- main/main.lisp (main/program-name): removed; no longer needed
(main/command): likewise
(main): removed link-related cases
(%maybe-create-link)
(%maybe-create-links): - CMakeLists.txt: do not create symbolic links for individual commands;
adapted tests - cpack/DebianUbuntu.cmake: do not create symbolic links and install and
remove alternatives for individual commands
History
#1 Updated by J. Moringen over 10 years ago
- Target version changed from rsb-0.9 to rsb-0.10
#2 Updated by J. Moringen almost 10 years ago
- Priority changed from Normal to Low
There is some code but I'm not sure whether this will actually happen. May be subsumed by moving to a single binary with subcommands like bag record
, bag play
, etc.
#3 Updated by J. Moringen almost 10 years ago
- Target version changed from rsb-0.10 to rsb-0.11
#4 Updated by J. Moringen over 9 years ago
- Target version changed from rsb-0.11 to rsb-0.12
#5 Updated by J. Moringen over 8 years ago
- Status changed from New to In Progress
#6 Updated by J. Moringen over 8 years ago
- % Done changed from 0 to 60
#7 Updated by J. Moringen over 8 years ago
- Target version changed from rsb-0.12 to rsb-1.0