-
Notifications
You must be signed in to change notification settings - Fork 19
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
Corrie/example ros pkg #70
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,19 @@ | |||
{ |
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.
I don't think this file needs to be included
@@ -0,0 +1,10 @@ | |||
{ |
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.
same here
example_robot | ||
) | ||
|
||
## System dependencies are found with CMake's conventions |
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.
we can probably clean up the commented out sections of this CMakeLists? It looks like this is copied from a template so maybe its fine to leave as-is though
<version>0.0.0</version> | ||
<description>The robofleet_status package publishes status messages to the Robofleet Webviz</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> |
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.
again, maybe we should clean up the commented out portions of this file
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.
This would be really helpful to merge in! If we clean up some of these extra files I'm all for it
I wrote a traditional ROS pkg that can be built in a catkin workspace. Many users are running packages from inside a catkin workspace - this example is provided to get users publishing to the webviz faster using the ideal rosnode setup, instead of python scripts.