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

Add Launch support #4

Merged
merged 16 commits into from Apr 18, 2024
Merged

Add Launch support #4

merged 16 commits into from Apr 18, 2024

Conversation

known-blue
Copy link
Contributor

Adds in ROS launch files so nodes can be started correctly instead of being run as python scripts.

known-blue and others added 16 commits April 16, 2024 10:44
Checking how correct the launch configuration is
Fixed errors where it wouldn't build and after building wouldn't run
Restructuring to create a 'master' package and moving dependency folders
This reverts commit 0c7f8a7.
launches 1 node successfully, however the namespace isn't coming through..
Re-organizing launch files to be easier to find
Before it was not properly setting the namespace for the node in either launch file, so I just pass the name all the way through and set it in the node.
Added all the action nodes to the action launch file and setup their parameters
Single quotes got python confused, so switched to double
Adjust imports to actually point to the right import
Move dependencies to each package so they can be found after building
Added all topics to the launch file
Forgot to fix it again.. Fixed for all now
Added service nodes to the launch file
Update README and clean up rouge print-outs
If a node is to crash for any reason, the node will automatically 'respawn'
@known-blue known-blue merged commit bc1e293 into Dev Apr 18, 2024
@known-blue known-blue deleted the launch-dev branch April 18, 2024 20:33
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

Successfully merging this pull request may close these issues.

None yet

1 participant