Skip to content
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

Tidy and organize CyborgRobot repo #29

Open
2 of 21 tasks
A-make opened this issue Feb 24, 2020 · 0 comments
Open
2 of 21 tasks

Tidy and organize CyborgRobot repo #29

A-make opened this issue Feb 24, 2020 · 0 comments

Comments

@A-make
Copy link
Contributor

A-make commented Feb 24, 2020

Todo:

Reorganize src packages into high level module folders:

  • Command: commander (ROS node); CLI, GUI (external)
  • Controllers: audio, led-dome, navigation, rosaria, ros-arnl, AriaCoda, rosaria_client etc.
    • remove packages that are no longer required
  • Behavior: behavior, event_scheduler, primary_states, controller, CLI, smach, xdot etc.
    • Evaluate if behavior needs this many nodes

Name changes:

  • cyborg_audio -> controller_audio
  • cyborg_ros_led_dome -> controller_led_dome
  • cyborg_ros_navigation -> controller_navigation
  • cyborg_primary_states -> behavior_primary_states
  • cyborg_eventscheduler -> behavior_eventscheduler
  • cyborg_behavior -> behavior_behaviors
  • cyborg_ros_controller -> behavior_controller
  • cyborg_ros_command -> behavior_CLI

Make new nodes:

  • commander
  • vision

Other:

  • remove mode-selector?
  • make (better) coherent node naming convention
  • put non-ROS packages in "utils" folders
  • merge similar nodes
    • merge LED-box and LED-dome
  • remove nodes not used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants