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

Roshue repo #8

Merged
merged 9 commits into from Apr 13, 2014
Merged

Roshue repo #8

merged 9 commits into from Apr 13, 2014

Conversation

dwlee
Copy link
Collaborator

@dwlee dwlee commented Apr 9, 2014

Release preparation works
#4

@stonier
Copy link
Member

stonier commented Apr 10, 2014

  • Changelog title ^'s must be the same length as the text (.rst formatting rule).
    • Use the eclipse rst editor plugin, it is great for showing rst colours.
  • Don't use the email in the author tag in package.xml.
    • Old author's want to hide, only maintainers should be contactable!

Otherwise, awesome! :neckbeard:

package_dir={'': 'src'},
scripts=['scripts'],
scripts=['scripts/rocon_hue_bridge.py'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to keep this as a local executable.

Remove this global script installation and add install rule in CMakeLists.txt by following

install(
     PROGRAMS
     scripts/rocon_hue_bridge.py 
     DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
     )

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Convention is that nodes to be used in launchers with configurable parameters should always be local.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open a new ticket for fixing this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has fixed by this 5bf9841

jihoonl added a commit that referenced this pull request Apr 13, 2014
Well. Merging this.
I will fix the minor issues.
@jihoonl jihoonl merged commit 0697976 into hydro-devel Apr 13, 2014
jihoonl added a commit that referenced this pull request Apr 13, 2014
@jihoonl jihoonl mentioned this pull request Apr 13, 2014
8 tasks
@stonier stonier added this to the Indigo milestone Apr 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants